@import url(font-awesome.min.css);
html {
  font-size: 18px;
}
body {
  font-size: 0.9rem;
  background: #f2f2f2;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  max-width: 100% !important;
  overflow-x: hidden !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "myriad-pro", sans-serif;
  color: #888;
}
.rollerscript-smooth {
  font-family: "rollerscript-smooth", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title-large {
  color: #284162;
  font-family: "FSMe-Bold", sans-serif;
  font-weight: 400;
}
h1,
.title-large {
  font-size: 1.85rem;
  margin-bottom: 1.5rem;
}
h1 span {
  font-size: 0.8em;
  display: block;
  color: rgba(40, 65, 98, 0.5);
}
h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.45rem;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-family: "FSMe", sans-serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
.black {
  font-weight: 900;
}
b,
strong {
  font-weight: 600;
}
.center {
  text-align: center;
}
@media (max-width: 991px) {
  #header .navbar .dropdown-toggle::after {
    right: -5px !important;
  }
  .mobile-center {
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }
  .mobile-extra-lr-padding {
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
  }
}
.text-color-scooter,
.text-color-teal {
  color: #2dbabc !important;
}
.text-color-sunshade,
.text-color-yellow {
  color: #ffa630 !important;
}
.text-color-bluestone {
  color: #284162 !important;
}
.text-color-grey {
  color: #888;
}
.text-color-white {
  color: #fff;
}
.text-size-small {
  font-size: 0.85rem;
}
.text-fs-small {
  font-size: 0.85rem;
}
.text-fs-large {
  font-size: 1.15rem;
}
.list-group-item {
  background-color: transparent;
}
ul {
  display: block;
  list-style-type: disc;
}
ul li {
  padding: 0.3em 0;
  display: list-item;
  list-style-type: disc;
}
::-webkit-input-placeholder {
  color: #999 !important;
}
::-moz-placeholder {
  color: #999 !important;
}
:-ms-input-placeholder {
  color: #999 !important;
}
:-moz-placeholder {
  color: #999 !important;
}
#backtotop {
  cursor: pointer;
  display: none;
  margin: 0;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  padding: 5px 15px;
  text-align: center;
  background-color: rgba(81, 107, 143, 0.75);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  color: #fff;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.backtotop .material-icons {
  line-height: unset;
}
#backtotop:hover {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.material-icons {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
.liquid-img {
  display: block;
  width: 100%;
  height: auto;
}
.image-responsive {
  border: 0;
  display: inline-block;
  position: relative;
}
.image-responsive.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}
.image-responsive.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}
.image-responsive.left,
.image-responsive.right {
  max-width: 40%;
  height: auto;
}
.image-responsive.fit {
  display: block;
  margin: 0 0 0.5em 0;
  width: 100%;
  height: auto;
}
#header {
  color: #888;
  cursor: default;
  z-index: 10000;
  width: 100%;
  height: 80px;
  font-family: "myriad-pro", sans-serif;
  background: #284162;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#header .header-container .header-top-content {
  position: absolute;
  top: 27px;
  right: 75px;
  z-index: 3;
  display: flex;
}
#header .header-container .header-top-content #accessibility_app {
  padding-left: 110px;
}
#header .header-container .header-top-content a {
  color: #fff;
  font-family: "FSMe", sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
}
#header .header-container .header-top-content .nav-search {
  display: none;
}
#header .header-container .header-main-content {
  margin: 0 auto;
}
#header .header-container .header-main-content .logo {
  padding: 0;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 120px;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  max-height: 200px;
  z-index: 10;
}
#header .header-container .header-main-content .logo img {
  max-width: 90px;
  width: 100%;
}
#header .header-container .header-main-content .logo img + img {
  display: none;
}
#header .header-container .logo img {
  max-width: 100px;
}
#header .header-container .megamenu-li {
  position: static;
}
#header .header-container .megamenu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
#header .navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0;
  padding: 0 15px !important;
  color: #fff;
  border-color: transparent;
  position: relative;
  margin-top: 0;
  font-family: "FSMe", sans-serif;
}
#header .navbar ul > li {
  list-style-type: none;
  padding: 0 !important;
}
#header .navbar li > a {
  font-size: 0.9rem;
  color: #fff;
  background-color: transparent;
  display: inline;
  margin: 0 !important;
}
#header .navbar .navbar > li > a:hover,
#header .navbar .navbar > li > a:focus {
  background-color: transparent;
}
#header .navbar .nav-item {
  padding: 0.5rem 0.5rem;
  margin: 0;
}
#header .navbar a.nav-link:hover {
  text-decoration: underline;
}
#header .navbar a.nav-link.dropdown-toggle:hover::after {
  color: #fff !important;
}
#header .navbar .nav-item.dropdown.show a.dropdown-toggle,
#header .navbar .nav-item.dropdown a.selected,
#header .navbar .nav-item.no-dropdown a.selected {
  text-decoration: underline;
}
#header .navbar .dropdown-toggle {
  position: relative;
}
#header .navbar .dropdown-toggle::after {
  display: block;
  vertical-align: 0;
  content: "";
  border: none;
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #fff;
  pointer-events: none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 18px;
  font-size: 20px;
  content: "\F107";
}
#header .navbar .dropdown {
  position: static;
}
#header .navbar .dropdown-menu {
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  z-index: -1;
  padding-left: 20px;
}
#header .navbar .dropdown-menu ul.nav > li a {
  margin: 0;
}
#header .navbar .dropdown-menu ul.nav > li ul > li {
  line-height: 1.3rem;
}
#header .navbar .dropdown-menu ul.nav > li ul > li a {
  margin: 0;
}
#header .navbar .navbar-collapse {
  border-color: transparent;
}
@media (max-width: 991px) {
  #header .navbar {
    margin-top: 0;
  }
  #header .navbar .dropdown-submenu {
    padding: 10px 0 5px 20px;
  }
  #header .navbar .nav-item {
    padding: 1.5rem 0;
    margin: 0.3rem 0;
  }
  #header .navbar .nav-item.main-menu {
    margin-bottom: 0.4rem !important;
  }
  #header .navbar a.nav-link.sub-menu {
    font-size: 0.9rem;
    color: #ddd;
  }
  #header .navbar a.nav-link.child-menu {
    font-size: 0.9rem;
    color: #ccc;
  }
  #header .navbar .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #284162;
  }
  #header .navbar .navbar-collapse {
    position: absolute;
    top: 0;
    left: 100%;
    width: 85%;
    display: none;
    height: 100vh;
    background: #284162;
    transition: all 0.3s ease;
    z-index: 110;
  }
  #header .navbar .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block;
  }
  #header .navbar .navbar-collapse.show {
    left: 15%;
    display: block;
  }
  #header .navbar .navbar-toggler {
    position: absolute;
    top: 26px;
    right: 5px;
    color: #fff;
    border: none;
    z-index: 115;
  }
  #header .navbar .navbar-toggler:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  #header .navbar .navbar-toggler .fa {
    font-size: 1.5rem;
    font-weight: 400;
  }
  #header .navbar .navbar-toggler .icon-bar {
    background-color: #fff;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
  }
  #header .navbar .navbar-toggler .icon-bar.middle-bar {
    width: 22px;
  }
  #header .navbar .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  #header .navbar .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  #header .navbar .navbar-toggler .middle-bar {
    opacity: 0;
  }
  #header .navbar .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  #header .navbar .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  #header .navbar .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
  #header .navbar .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }
  #header .navbar .mobile-navbar-header {
    background: #2dbabc;
    height: 110px;
    padding-left: 25px;
  }
  #header .navbar .mobile-navbar-header img {
    height: 60px;
    padding: 15px 0 0;
    margin-top: 30px;
  }
  #header .navbar .mobile-navbar-wrapper {
    padding: 35px 10px 30px 35px;
  }
  #header .navbar .pt_cstm {
    padding: 0px 10px 30px 35px;
  }
  #header .navbar .megamenu-images-wrapper {
    display: none;
  }
  #header .navbar .dismiss {
    display: none;
    position: absolute;
    background: #284162;
    height: 80px;
    width: 20%;
    top: 0;
    left: -20%;
    z-index: 100;
    transition: all 0.5s ease-in-out;
  }
  #header .navbar .dismiss .fa {
    font-size: 2.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    margin-right: -50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #header .navbar .navbar-collapse .dismiss {
    display: none !important;
  }
  #header .navbar .navbar-collapse.show .dismiss {
    display: block !important;
  }
}
#header .navbar button.navbar-toggler:hover,
#header .navbar button.navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#header .navbar .megamenu-images-wrapper .megamenu-image {
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0 !important;
}
.navbar-expand-lg .navbar-nav .nav-link.main-menu {
  padding-right: 1.75rem;
}
.menu-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.menu-overlay.active {
  display: block;
  opacity: 1;
}
.menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
  z-index: 10005;
}
.sidenav-signup {
  display: none !important;
  width: 0;
}
.social-media {
  margin: 0 0 2em;
}
.social-media a {
  font-size: 1rem;
  color: #2dbabc;
}
.social-media a img {
  max-width: 65px;
  padding: 0 0.6em 0.5em 0;
}
.social-media a:hover {
  text-decoration: none;
}
.social-media.medium.fixed a img {
  max-width: 55px;
  width: 50px;
  padding: 0 0.4em 0.5em 0;
}
.social-media.small a img {
  max-width: 40px;
  padding: 0 0.4em 0.5em 0;
}
#footer {
  color: #fff;
  text-align: left;
  background-color: #284162;
}
#footer .top-content {
  padding: 1.5rem 0;
}
#footer .top-content .community-college {
  text-align: center;
}
#footer .top-content .community-college img {
  padding: 20px 0 30px;
}
#footer .top-content .community-college h5 {
  color: #32bcc7;
  font-size: 1em;
}
#footer .top-content .community-college p {
  color: #6c9adb;
}
#footer .top-content .social-media-title {
  font-size: 0.95em;
  color: #6c9adb;
  text-align: center;
}
#footer .top-content .social-media {
  margin: 1rem 0 0.5rem;
}
#footer .top-content .social-media a:hover {
  text-decoration: none;
}
#footer .top-content .social-media a img {
  max-width: 40px;
  padding: 0 0.3em 0.3em 0;
}
#footer .top-content .social-media a.visit-store {
  display: none;
}
#footer .bottom-content {
  color: #fff;
}
#footer .bottom-content .footer-links-wrapper {
  width: fit-content;
  margin: 0 0 0.7em;
  background: transparent linear-gradient(91deg, #377f9a 40%, #2e60a5 100%) 0%
    0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
}
#footer .bottom-content .footer-links-wrapper .footer-links a {
  color: #fff;
  font-size: 0.85em;
}
#footer .bottom-content p {
  font-size: 0.85em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
#footer .service-provider-logos-wrapper {
  padding: 0 0 0.5rem;
  position: relative;
}
#footer .service-provider-logos-wrapper .media-text {
  text-align: center;
}
#footer .service-provider-logos {
  padding: 0.8em 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .service-provider-logos .media {
  min-width: 0;
  margin: 0 11px 15px;
}
#footer .service-provider-logos img {
  max-height: 60px;
  max-width: 145px;
}
.section-bg-white,
.bg-white {
  background: #fff;
}
.bg-bluestone {
  background: #284162;
  color: #fff;
}
.bg-teal {
  background: #2dbabc;
  color: #fff;
}
.bg-teal a {
  text-decoration: none;
}
.bg-teal a:hover {
  color: #fff;
}
.bg-scooter {
  background: #2dbabc;
  color: #fff;
}
.bg-scooter.light {
  background: rgba(45, 186, 188, 0.07);
  color: #888;
}
.bg-scooter.light h2,
.bg-scooter.light h3,
.bg-scooter.light p,
.bg-scooter.light a {
  color: #888;
}
.bg-linen {
  background: #fbf5eb;
}
.bg-scooter h2,
.bg-scooter h3,
.bg-scooter p,
.bg-scooter a,
.bg-bluestone h2,
.bg-bluestone h3,
.bg-bluestone p,
.bg-bluestone a {
  color: #fff;
}
.bg-scooter a,
.bg-bluestone a {
  text-decoration: none;
}
.bg-scooter a:hover,
.bg-bluestone a:hover {
  color: #fff;
}
.bg-light-grey {
  background: #f2f2f2;
}
.bg-french-pass {
  background: #e7f5fb;
}
.bg-wild-sand {
  background: #f7f7f7;
}
.curved-bg {
  border-radius: 6px;
  transform: skew(6deg);
}
.limited-width-container {
  padding-right: 5px;
  padding-left: 5px;
}
.home-page-divider {
  padding: 4rem 0 0;
}
.home-page-divider .small {
  padding: 2rem 0 0;
}
.cms-page-divider {
  padding: 4rem 0 0;
}
.cms-page-divider.small {
  padding: 2rem 0 0;
}
.regular-text-highlight {
  font-size: 1.05rem;
  font-family: "FSMe", sans-serif;
  line-height: 1.5rem;
}
.regular-text-highlight.text-underline {
  border-bottom: solid 1px;
  display: inline;
  padding-bottom: 3px;
}
.regular-text-highlight.text-underline-sunshade {
  border-bottom: solid 1px #ffa630;
}
a.regular-text-highlight {
  text-decoration: none;
}
.text-with-arrow-content {
  position: relative;
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 1.1rem;
  color: #2dbabc;
  width: 180px;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.text-with-arrow-content .text-with-arrow-image {
  position: absolute;
}
.text-with-arrow-content .text-with-arrow-image img {
  height: 35px;
}
.text-with-arrow-content .text-with-arrow-image.position-bottom-right {
  bottom: -0.8rem;
  right: 0;
}
.text-with-arrow-content .text-with-arrow-image.position-bottom-left {
  bottom: -0.8rem;
  left: 0;
}
.text-with-arrow-content .text-with-arrow-image.position-bottom-middle {
  bottom: -0.8rem;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.text-with-arrow-content .text-with-arrow-image.position-top-right {
  top: -0.8rem;
  right: 0;
}
.text-with-arrow-content .text-with-arrow-image.position-top-left {
  top: -0.8rem;
  left: 0;
}
.text-with-arrow-content .text-with-arrow-image.position-top-middle {
  top: -0.8rem;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.text-with-arrow-content.margin-top {
  padding-top: 1rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.text-with-arrow-content.margin-left {
  margin-left: 90px;
}
#accordion .collapse-panel {
  padding: 0.6rem 0 1rem;
  margin-bottom: 2rem;
}
#accordion .collapse-panel .card {
  border: 0;
}
#accordion .collapse-panel .card .card-header {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0;
}
#accordion .collapse-panel .card .card-header .card-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}
#accordion .collapse-panel .card .card-header .card-link[aria-expanded="true"] {
  color: #fff;
  background-color: #2dbabc;
  padding: 0.75rem 1.25rem;
  border-bottom: 0;
}
#accordion .collapse-panel .card .card-header .card-link:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #2dbabc;
  display: block;
  pointer-events: none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.5em;
  font-size: 25px;
  z-index: 2;
}
#accordion
  .collapse-panel
  .card
  .card-header
  .card-link[aria-expanded="true"]:before {
  content: "";
  color: #fff;
}
#accordion .collapse-panel .card .card-header .btn {
  width: 100%;
  text-align: left;
  border-radius: 0.25rem;
  font-family: "FSMe", sans-serif;
  color: #2dbabc;
}
#accordion .collapse-panel .card .card-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  margin: 0.4rem 0;
}
.alw-body {
  margin: 0 0 1rem;
}
.alw-body .alw-body-nav {
  padding: 1.2rem 0;
  display: none;
}
.alw-body .page-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.alw-body .page-title h2 {
  font-size: 1.9rem;
}
.alw-body .alw-panel {
  padding: 3rem 2.5rem 2rem;
  margin-bottom: 1rem;
}
.alw-body .alw-panel.no-margin {
  padding: 3rem 2.5rem 2rem;
  margin: 0;
}
.alw-body .panel-content {
  padding: 1.5rem 0;
}
.alw-body .panel-content h4,
.alw-body .panel-content h5,
.alw-body .panel-content h6 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .row .more-right-gutter-for-large-devices {
    padding-right: 30px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (max-width: 575px) {
  #main.virtual-cms-page .container,
  #main.news-page .container,
  #main.course-enrolment-page .container,
  #main.account-page .container,
  #main.form-page .container {
    background: #fff;
  }
  #main.virtual-cms-page .container .alw-body .alw-panel,
  #main.news-page .container .alw-body .alw-panel,
  #main.course-enrolment-page .container .alw-body .alw-panel,
  #main.account-page .container .alw-body .alw-panel,
  #main.form-page .container .alw-body .alw-panel {
    padding: 3rem 0 2rem;
  }
  #main.courses-page .container {
    background: #fff;
  }
  #main.courses-page .container .alw-body .course-list,
  #main.courses-page .container .alw-body .course-details {
    padding: 3rem 0 2rem;
  }
  #main.courses-page .container .account-course-enrolment-history-details {
    padding: 0;
  }
  #main.courses-page .container .business-courses-landing-page,
  #main.courses-page .container .community-courses-landing-page {
    padding: 2rem 0 2rem;
  }
  #main.courses-page .container .business-course-type-details,
  #main.courses-page .container .community-course-type-details {
    padding: 2rem 0 2rem;
  }
  #main.courses-page .container .business-course-details,
  #main.courses-page .container .community-course-details {
    padding: 2rem 0 2rem;
  }
  #main.jobs-page .container {
    background: #fff;
  }
  #main.jobs-page .container .job-list,
  #main.jobs-page .container .job-details {
    padding: 1.5rem 0 2rem;
  }
  #main.courses-page .bg-french-pass .container {
    background: #e7f5fb;
  }
  #main.courses-page .container.multiple-slides-per-row-carousel-wrapper {
    background: #f2f2f2;
  }
  #main.courses-page .container.related-courses-outer-wrapper {
    background: #f2f2f2;
  }
  #main.courses-page.business_course_results_page .container,
  #main.courses-page.community_course_results_page .container {
    background: #f2f2f2;
  }
  #main.virtual-cms-page .container .course-list {
    padding: 3rem 0 2rem;
  }
  #main.news-page .container .article-list .article-item {
    padding: 1.5rem 0 0;
  }
  #main .alw-body .cms-content-block .cms-content-inner-panel {
    padding: 3rem 0 2rem !important;
  }
}
@media (max-width: 991px) {
  #main.account-page .container {
    background: #fff;
  }
  #main.account-page .container .alw-body .alw-panel {
    padding: 2rem 0 1.5rem;
  }
}
#main .alw-body .cms-content-block {
  margin-bottom: 3.2rem;
}
#main .alw-body .cms-content-block .cms-content-inner-panel {
  padding: 3rem 3rem 2rem;
}
#main .alw-body .cms-content-block a.btn {
  margin-bottom: 1rem;
}
#main .alw-body .dv-block-template1 .cms-content-inner-panel {
  padding: 3rem 1rem 2rem;
  margin-bottom: 3.5rem;
}
#main .alw-body .dv-block-template1 .list-group {
  margin-bottom: 0.8rem;
}
#main .alw-body .dv-block-template1 .list-group .list-group-item {
  background-color: transparent;
  padding: 0.3rem 0;
  border: none;
}
#main .alw-body .dv-block-template1 .list-group .list-group-item li {
  position: relative;
}
#main .alw-body .dv-block-template1 .list-group .list-group-item .badge {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20%;
}
#main .alw-body .dv-block-template1 .list-group .list-group-item i {
  font-size: 1.25rem;
}
#main .alw-body .dv-block-template1 .image-icon img {
  margin-bottom: -100px;
  padding-left: 10px;
  max-width: 120px;
}
#main .alw-body .dv-block-template2 .cms-content-inner-panel {
  padding: 5rem 1rem 2rem;
}
#main .alw-body .dv-block-template2 .dv-image {
  position: relative;
  margin-bottom: -80px;
  z-index: 10;
}
#main .alw-body .dv-block-template3 {
  margin-bottom: 4.5rem !important;
}
#main .alw-body .dv-block-template3 .cms-content-inner-panel {
  padding: 5rem 1rem 2rem;
}
#main .alw-body .dv-block-template3 .dv-image {
  position: relative;
  margin-bottom: -80px;
  z-index: 10;
}
#main .alw-body .dv-block-template3 .image-icon {
  text-align: right;
}
#main .alw-body .dv-block-template3 .image-icon img {
  margin-bottom: -100px;
  padding-left: 10px;
  max-width: 120px;
}
.dv-block-template9 .cms-content-inner-panel {
  padding: 5rem 1rem 2rem;
  color: #284162;
}
.dv-block-template9 .dv-image {
  position: relative;
  padding: 20px 0 0;
  z-index: 10;
}
.dv-block-template10 .cms-content-inner-panel {
  padding: 5rem 1rem 2rem;
  color: #284162;
}
.dv-block-template10 .dv-image {
  position: relative;
  padding: 20px 0 0;
  z-index: 10;
}
.dv-block-template21 .alw-title-image-underline-wrapper h3 {
  font-size: 1.7rem;
}
.dv-block-template21 .alw-title-image-underline-wrapper img {
  max-width: 170px;
  margin: 0 auto;
}
.dv-block-template21 .btn-default2.hvr-sweep-to-top:before {
  background: #ffa631 !important;
}
.course-filter-wrapper {
  padding: 2rem 0 3rem;
  display: none;
}
.course-filter {
  padding: 1rem 0 1.1rem;
}
.course-filter .filter-type-title {
  color: #284162;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.course-filter ul {
  padding-left: 0;
}
.course-filter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-filter input[type="checkbox"] + label {
  color: #888;
  font-size: 0.9rem;
  font-family: "FSMe", sans-serif;
  line-height: 1.5rem;
  padding-left: 1.8rem;
}
.course-filter input[type="checkbox"] + label:before {
  border: solid 1px #888;
  width: 23px;
  height: 23px;
}
.course-filter input[type="checkbox"]:checked + label:before {
  border: 2px solid #fff;
  outline: 1px solid #2dbabc;
}
.course-filter .courses-checkboxes {
  padding: 6px 0;
  margin-bottom: 0.5rem;
}
.course-filter select[disabled="disabled"]::-ms-value {
  opacity: 0.6;
}
.course-filter select[disabled="disabled"] {
  opacity: 0.6;
}
.course-filter [type="checkbox"]:disabled:not(:checked) + label:before,
.course-filter [type="checkbox"]:disabled:checked + label:before {
  opacity: 0.6;
}
.course-filter [type="checkbox"]:disabled:checked + label:after {
  opacity: 0.6;
}
.course-filter [type="checkbox"]:disabled + label {
  opacity: 0.6;
}
.mobile-course-filter-reveal {
  margin: 0 1rem 1rem;
}
.mobile-course-filter-reveal .btn {
  background: #fff;
  color: #284162;
  border: none;
  border-radius: 20px;
  min-width: 120px;
}
.course-filter-wrapper.mobile-filters {
  padding: 1.5rem 0 10rem;
  display: none;
  position: absolute;
  top: 110px;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 4;
  height: 100vh;
  overflow-y: scroll;
}
.course-filter-wrapper.mobile-filters .course-filter {
  padding: 1rem 0 0 1rem;
}
.course-filter-wrapper.mobile-filters .course-filter-divider {
  margin: 0 1rem;
  border-bottom: 1px solid #888;
}
.course-filter-wrapper.mobile-filters .filter-buttons {
  color: #284162;
  background-color: #f7f7f7;
  padding: 0.8rem 1rem;
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.course-filter-wrapper.mobile-filters .reset-mobile-filter {
  margin-top: 10px !important;
  float: left;
}
.course-filter-wrapper.mobile-filters .apply-mobile-filter {
  float: right;
}
.course-filter-wrapper.mobile-filters .btn.apply-mobile-filter {
  min-width: 120px;
}
.course-filter-wrapper.mobile-filters .course-mobile-filters-close-wrapper {
  text-align: right;
  padding: 0 1rem;
}
.course-filter-wrapper.mobile-filters
  .course-mobile-filters-close-wrapper
  .course-mobile-filters-close
  img {
  width: 25px;
}
.find-course-wrapper {
  position: relative;
  background: #fff;
}
.find-course {
  position: relative;
  padding: 1.5rem 0.7rem;
  width: 450px;
  margin: 0 auto;
}
.find-course h3 {
  font-size: 1.4rem;
  font-family: "FSMe-Bold", sans-serif;
  color: #284162;
}
.find-course .title {
  margin-bottom: 1.1rem;
}
.find-course .title span {
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 1.9rem;
  color: #2dbabc;
}
.find-course .course-type-dd {
  color: #284162;
}
.find-course .wrapper.mobile-padding {
  padding: 0 20px 0;
}
.find-course .wrapper .form-control {
  padding-left: 0;
  color: #284162;
  font-size: 1.05rem;
  font-family: "FSMe", sans-serif;
  height: 60px;
  padding: 4px;
  border: 0;
}
.find-course .wrapper .course-type-dd .form-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.find-course .wrapper .form-control:focus {
  border-color: transparent;
  background: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}
.find-course .wrapper select.form-control option {
  font-size: 0.9rem;
  font-family: "myriad-pro", sans-serif;
}
.find-course .wrapper .select-wrapper {
  margin-bottom: 0;
}
.find-course .wrapper .select-wrapper:before {
  color: #284162;
}
.find-course .wrapper .form-group {
  margin-bottom: 0;
}
.find-course .wrapper .btn {
  background: #2dbabc;
  color: #fff;
  border: 1px solid #2dbabc;
}
.find-course .wrapper .btn.community {
  background: #284162;
  border: 1px solid #284162;
}
.find-course-wrapper.course-results-search {
  position: absolute;
  left: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 100px;
  background: #f2f2f2;
  border-radius: 40px;
}
.find-course-wrapper.course-results-search .find-course {
  padding: 0;
}
@media (max-width: 450px) {
  .find-course {
    width: auto;
  }
}
.find-a-course-wrapper {
  padding: 0.2rem;
  margin: 0 0 4rem;
  width: 260px;
  position: relative;
}
.find-a-course-wrapper .find-a-course-image {
  background: url("/Content/images/find a course box.svg") no-repeat !important;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  z-index: -1;
}
.find-a-course-wrapper.welsh {
  width: 280px;
}
.find-a-course-wrapper.welsh .find-a-course-image {
  width: 280px;
}
.find-a-course-wrapper.welsh .find-a-course h3,
.find-a-course-wrapper.welsh .find-a-course2 h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.find-a-course,
.find-a-course2 {
  padding: 1.5rem 0.7rem;
}
.find-a-course h3,
.find-a-course2 h3 {
  font-size: 1.4rem;
  margin-bottom: 1.1rem;
}
.find-a-course .wrapper,
.find-a-course2 .wrapper {
  margin: 0 1em;
}
.find-a-course .wrapper .form-control,
.find-a-course2 .wrapper .form-control {
  border: 0;
  padding-left: 0;
  color: #284162;
  font-size: 0.9rem;
  font-family: "FSMe", sans-serif;
  height: 40px;
  padding: 4px;
}
.find-a-course .wrapper .form-control:focus,
.find-a-course2 .wrapper .form-control:focus {
  border-color: transparent;
  background: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}
.find-a-course .wrapper select.form-control option,
.find-a-course2 .wrapper select.form-control option {
  font-size: 0.9rem;
  font-family: "myriad-pro", sans-serif;
}
.find-a-course .wrapper .select-wrapper:before,
.find-a-course2 .wrapper .select-wrapper:before {
  color: #2dbabc;
}
.find-a-course .wrapper input[type="checkbox"] + label,
.find-a-course2 .wrapper input[type="checkbox"] + label {
  color: #284162;
  font-size: 0.9rem;
  font-family: "FSMe", sans-serif;
  line-height: 1.5rem;
  padding-left: 1.8rem;
}
.find-a-course .wrapper input[type="checkbox"] + label:before,
.find-a-course2 .wrapper input[type="checkbox"] + label:before {
  border: solid 1px #888;
  width: 23px;
  height: 23px;
}
.find-a-course .wrapper input[type="checkbox"]:checked + label:before,
.find-a-course2 .wrapper input[type="checkbox"]:checked + label:before {
  border: 2px solid #fff;
  outline: 1px solid #2dbabc;
}
.find-a-course .wrapper .courses-checkboxes,
.find-a-course2 .wrapper .courses-checkboxes {
  padding: 6px 0;
  margin-bottom: 0.5rem;
}
.find-a-course hr,
.find-a-course2 hr {
  margin: 0.35rem 0;
}
.find-a-course select[disabled="disabled"]::-ms-value,
.find-a-course2 select[disabled="disabled"]::-ms-value {
  opacity: 0.6;
}
.find-a-course select[disabled="disabled"],
.find-a-course2 select[disabled="disabled"] {
  opacity: 0.6;
}
.find-a-course [type="checkbox"]:disabled:not(:checked) + label:before,
.find-a-course [type="checkbox"]:disabled:checked + label:before,
.find-a-course2 [type="checkbox"]:disabled:not(:checked) + label:before,
.find-a-course2 [type="checkbox"]:disabled:checked + label:before {
  opacity: 0.6;
}
.find-a-course [type="checkbox"]:disabled:checked + label:after,
.find-a-course2 [type="checkbox"]:disabled:checked + label:after {
  opacity: 0.6;
}
.find-a-course [type="checkbox"]:disabled + label,
.find-a-course2 [type="checkbox"]:disabled + label {
  opacity: 0.6;
}
@media (max-width: 991px) {
  #main .alw-body .col-lg-3 .find-a-course-wrapper {
    display: none;
  }
}
.find-a-course2 {
  padding: 1.8rem 1rem;
  text-align: center;
}
.find-a-course2 .wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .find-a-course2 {
    text-align: left;
  }
  .find-a-course2 .wrapper {
    display: block;
  }
}
.find-a-course-reveal-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 105;
  transition: 0.5s;
}
.find-a-course-reveal-mobile .find-a-course-btn {
  display: block;
  text-align: right;
  margin-right: 1.5rem;
}
.find-a-course-reveal-mobile .find-a-course-btn .btn {
  color: #2dbabc;
  min-width: unset;
}
.find-a-course-reveal-mobile .find-a-course-btn .btn:hover {
  background: #284162;
  color: #2dbabc;
}
.find-a-course-reveal-mobile .find-a-course-btn .btn.btn-sunshade-override {
  background: #ffa630;
  color: #fff;
  min-width: unset;
}
.find-a-course-reveal-mobile
  .find-a-course-btn
  .btn.btn-sunshade-override:hover {
  color: #fff;
}
.find-a-course-reveal-mobile .find-a-course-mobile-wrapper {
  background: #284162;
  padding: 0.2rem;
  display: none;
}
.find-a-course-reveal-mobile .find-a-course-mobile-wrapper2 {
  background: #ffa630;
  padding: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
}
.find-a-course-reveal-mobile .find-a-course .wrapper {
  margin: 0 1em;
}
.find-a-course-reveal-mobile .find-a-course .wrapper h3 {
  color: #fff;
}
.find-a-course-reveal-mobile .find-a-course .wrapper .form-control,
.find-a-course-reveal-mobile
  .find-a-course
  .wrapper
  input[type="checkbox"]
  + label {
  color: #fff;
}
.find-a-course-reveal-mobile .find-a-course .wrapper .btn {
  margin-top: 0.8rem;
  line-height: 2rem;
}
.find-a-course-reveal-mobile .find-a-course hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.landing-mobile {
  position: relative;
  z-index: 4;
}
.landing-mobile .community-courses {
  background: #31989f;
  margin: 20px;
  padding: 20px;
  border-radius: 20px;
}
.landing-mobile .community-courses h2 {
  color: #33d4d6 !important;
  font-family: "FSMe", sans-serif;
  font-size: 1.4em;
  margin-bottom: 0.5rem;
}
.landing-mobile .community-courses p {
  color: #fff;
}
.landing-mobile .business-courses {
  background: #284162;
  margin: 20px;
  padding: 20px;
  border-radius: 20px;
}
.landing-mobile .business-courses h2 {
  color: #6098e5 !important;
  font-family: "FSMe", sans-serif;
  font-size: 1.4em;
  margin-bottom: 0.5rem;
}
.landing-mobile .business-courses p {
  color: #fff;
}
.landing-mobile .business-courses .btn.btn-default3 {
  background-color: #425e83;
}
.landing-page-footer-banner {
  position: relative;
  margin-bottom: -2em;
}
.landing-page-footer-banner img {
  width: 100%;
  min-height: 260px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.landing-page-footer-banner .banner-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.landing-page-footer-banner .banner-caption h5 {
  color: #fff;
  font-size: 1em;
}
.landing-page-footer-banner .banner-caption p {
  color: #d8f7ff;
}
.carousel-indicators li {
  background-color: #2dbabc;
}
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:after {
  content: "\F105" !important;
}
.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  content: "\F105";
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #888;
  display: block;
  margin: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 35px;
  z-index: 2;
}
.carousel-control-prev-icon:after {
  content: "";
  content: "\F104";
}
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  opacity: 0.9;
}
#homeDesktopBanner1 .carousel-control-next-icon:after,
#homeDesktopBanner1 .carousel-control-prev-icon:after {
  color: #fff;
}
#homeMobileBanner1 .carousel-control-next-icon:after,
#homeMobileBanner1 .carousel-control-prev-icon:after {
  color: #fff;
}
.homeBannerWrapper {
  z-index: 2;
}
.homeDesktopBanner1,
.homeMobileBanner1 {
  position: relative;
}
.homeDesktopBanner1 .carousel-item img,
.homeMobileBanner1 .carousel-item img {
  width: 100%;
  height: 320px;
}
.homeDesktopBanner1 .carousel-indicators,
.homeMobileBanner1 .carousel-indicators {
  display: none;
}
@media only screen and (max-width: 991px) {
  .homeMobileBanner1 .carousel-item img {
    height: auto;
  }
}
.cms-full-banner {
  position: relative;
  background: transparent
    linear-gradient(360deg, #fff 0%, #979797 41%, #000 100%) 0% 0% no-repeat
    padding-box;
}
.cms-full-banner img {
  width: 100%;
  min-height: 200px;
  background: transparent
    linear-gradient(360deg, #fff 0%, #979797 41%, #000 100%) 0% 0% no-repeat
    padding-box;
  mix-blend-mode: multiply;
}
.cms-full-banner .banner-content-for-full-banner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  width: 90%;
  padding: 0 1rem;
  text-align: center;
  font-family: "FSMe-Bold", sans-serif;
}
.cms-full-banner .banner-content-for-full-banner h1,
.cms-full-banner .banner-content-for-full-banner h2,
.cms-full-banner .banner-content-for-full-banner h3,
.cms-full-banner .banner-content-for-full-banner h4,
.cms-full-banner .banner-content-for-full-banner h5,
.cms-full-banner .banner-content-for-full-banner h6,
.cms-full-banner .banner-content-for-full-banner p {
  color: #fff;
}
.cms-default-banner {
  position: relative;
}
.cms-default-banner .banner-content-for-small-banner {
  background-color: #284162;
  padding: 70px 15px 60px;
  color: #fff;
}
.cms-default-banner .banner-content-for-small-banner h2 {
  font-size: 1.6em;
  color: #fff;
}
.cms-default-banner .banner-content-for-small-banner h4 {
  font-size: 1.05em;
  color: #fff;
}
.cms-default-banner .banner-content-for-small-banner.course-results-page {
  padding: 25px 15px 20px;
  height: 340px;
}
.cms-default-banner .banner-content-for-small-banner.course-results-page h4 {
  font-size: 1.1em;
}
.cms-default-banner img.banner-bottom-curve {
  width: 100%;
  vertical-align: top;
}
.cms-default-banner .cms-banner-image {
  text-align: center;
  margin: 0 auto;
  margin-top: -70px;
  padding: 0 15px 0;
}
.cms-default-banner .cms-banner-image img {
  width: 100%;
  max-width: 400px;
  padding-bottom: 20px;
}
.cms-default-banner .cms-banner-image .share-social-icons {
  margin: 0 0 1rem !important;
}
.cms-default-banner .cms-banner-image .share-social-icons .btn:hover {
  background: #284162;
  opacity: 0.8;
}
@media only screen and (min-width: 400px) and (max-width: 991px) {
  .cms-default-banner .cms-banner-social-icons {
    max-width: 400px;
    margin: 0 auto;
  }
}
.cms-default-banner.cmspage-over-banner {
  z-index: -3 !important;
}
.cms-default-banner.cmspage-over-banner .banner-content-for-small-banner {
  height: 280px;
}
.cms-default-banner.community .banner-content-for-small-banner {
  background-color: #2dbabc !important;
}
#main.cmspage-over-banner {
  margin-top: -265px;
  z-index: 100;
}
.cms-default-banner.atozcourses
  .banner-content-for-small-banner.course-results-page {
  padding: 125px 0 20px;
}
.banner {
  position: relative;
}
.banner .find-your-course-wrapper {
  background: rgba(49, 182, 187, 0.9);
  width: 100%;
  max-width: 100%;
  height: 100%;
  right: unset;
  top: 0;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: fixed;
  z-index: 20000;
  display: none;
  -webkit-animation: fadeIn 0.4s ease-out;
  -moz-animation: fadeIn 0.4s ease-out;
  animation: fadeIn 0.4s ease-out;
}
.banner .find-your-course-wrapper.display {
  display: block;
}
.banner .find-your-course {
  padding: 1.1em 1.6em;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 75px;
}
.banner .find-your-course h2 {
  font-size: 1.5rem !important;
}
.banner .find-your-course-close {
  font-size: 2em;
  color: #fff;
  background-color: transparent;
  float: right;
}
.banner .find-your-course-close .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 0.5em;
}
.cms-banner.old-design {
  position: relative;
}
.cms-banner.old-design img {
  width: 100%;
  min-height: 200px;
}
.cms-banner.old-design .banner-content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  width: 90%;
  padding: 0 1rem;
  text-align: center;
  font-family: "FSMe-Bold", sans-serif;
}
.cms-banner.old-design .banner-content h1,
.cms-banner.old-design .banner-content h2,
.cms-banner.old-design .banner-content h3,
.cms-banner.old-design .banner-content h4,
.cms-banner.old-design .banner-content h5,
.cms-banner.old-design .banner-content h6,
.cms-banner.old-design .banner-content p {
  color: #fff;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner {
  margin-bottom: 50px;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-item-content {
  height: 120px;
  text-overflow: hiddden;
  padding: 1rem;
  margin-top: 1.2rem;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-prev-icon,
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-next-icon {
  background-color: #fff;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px #aaa;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-next-icon:after,
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-prev-icon:after {
  color: #2dbabc;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-next-icon:after,
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-prev-icon:after {
  font-size: 40px;
  -moz-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-prev,
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-next {
  top: unset;
  bottom: -55px;
  margin: 0 auto;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-prev {
  left: 35%;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-control-next {
  right: 35%;
}
.business-courses-landing-page
  .business-courses-landing-course-subjects-banner
  .carousel-indicators {
  position: absolute;
  bottom: -105px;
}
.homepage-section3 {
  background-color: #f2f2f2;
  padding: 4rem 0;
}
.homepage-section3 h2 {
  padding-bottom: 1rem;
}
.homepage-section3 .limited-width-container-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.homepage-section3 .limited-width-container {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.homepage-section3 .text-content {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  line-height: 1.8rem;
  text-align: center;
}
.homepage-section3 .text-content .title {
  font-size: 1.75rem;
  color: #107985;
  padding-bottom: 1.8rem;
  font-family: "FSMe", sans-serif;
  line-height: 1.2;
}
.homepage-section4 {
  background-color: #f2f2f2;
  padding: 4rem 0;
}
.homepage-section4 .tutor .play-icon {
  position: absolute;
  top: 40%;
  left: 40%;
}
.homepage-section4 .tutor .play-icon .btn {
  min-width: unset;
  background: rgba(251, 245, 235, 0.7);
  border-radius: 30px;
  opacity: 0.7;
}
.homepage-section4 .tutor .play-icon .btn i {
  color: #2dbabc;
}
.homepage-section4 .tutor .play-icon .btn:hover {
  opacity: 1;
}
.homepage-section4 .tutor .tutor-content {
  padding: 1rem 0 0;
  position: relative;
}
.homepage-section4 .tutor .tutor-content .title {
  color: #2dbabc;
  font-size: 1.3rem;
}
.homepage-section4 .tutor .tutor-content p {
  color: #284162;
}
.homepage-section4 .tutor .tutor-content-wrapper {
  padding: 0 1rem 1rem;
}
.homepage-section4 .tutor .tutor-content-wrapper .title,
.homepage-section4 .tutor .tutor-content-wrapper p {
  color: #fff;
}
.homepage-section5 {
  background-color: #f2f2f2;
  padding: 3rem 0;
}
.homepage-section5 .text-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.homepage-section5 img {
  max-height: 210px;
}
.teasers {
  color: #fff;
  margin: 2.5em 0 1rem;
}
.teasers h2 {
  margin: 0 0 3.4rem;
  text-align: center;
}
.teasers .more-info {
  text-align: center;
  margin-top: 4rem;
}
.teasers .more-info .title {
  font-size: 1.6rem;
  margin: 0 0 1rem;
  color: #284162;
}
.teasers .teaser-wrapper {
  padding: 1rem 0;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.teasers .teaser {
  position: relative;
  overflow: hidden;
  margin: 1rem auto 1rem;
  text-align: center;
}
.teasers .teaser .teaser-image {
  height: 80px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.teasers .teaser .teaser-image img {
  width: 100%;
  max-height: 80px;
  max-width: 80px;
  margin: 0 auto 1rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.teasers .teaser a {
  display: block;
  text-decoration: none;
}
.teasers .teaser a .teaser-text {
  color: #284162;
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.3em;
}
@media only screen and (max-width: 991px) {
  .teasers .teaser-wrapper:nth-of-type(even) {
    border-right: none;
  }
  .teasers .teaser-wrapper:nth-last-of-type(1),
  .teasers .teaser-wrapper:nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .teasers .teaser-wrapper:nth-child(4n) {
    border-right: none;
  }
  .teasers .teaser-wrapper:nth-last-of-type(1),
  .teasers .teaser-wrapper:nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .teasers .teaser-wrapper:nth-child(6n) {
    border-right: none;
  }
  .teasers .teaser-wrapper:nth-last-of-type(1),
  .teasers .teaser-wrapper:nth-last-of-type(2),
  .teasers .teaser-wrapper:nth-last-of-type(3),
  .teasers .teaser-wrapper:nth-last-of-type(4),
  .teasers .teaser-wrapper:nth-last-of-type(5),
  .teasers .teaser-wrapper:nth-last-of-type(6) {
    border-bottom: none;
  }
}
.course-reviews .course-review-header {
  padding: 1.5rem 0;
}
.course-reviews .course-review-header .rollerscript-smooth {
  margin-top: 8px;
}
.course-reviews .course-review-header .btn.btn-lined-thin:hover {
  color: #fff;
}
.course-reviews .course-review {
  height: auto;
}
.course-reviews .course-review h4 {
  font-size: 1.3rem;
}
.course-reviews .course-review .review-by {
  font-size: 1.2rem;
}
.course-reviews .course-review p {
  font-size: 1rem;
}
.course-reviews .course-review.last-review {
  margin-top: 1.2em;
  height: auto;
}
.course-reviews.cms-course-reviews {
  padding: 1rem 2rem 0;
}
.course-reviews.cms-course-reviews img {
  float: right;
  display: inline-block;
}
.bg-bluestone .course-reviews {
  padding: 0 2rem 1rem;
}
.bg-bluestone .course-reviews h2,
.bg-bluestone .course-reviews h3,
.bg-bluestone .course-reviews a,
.bg-bluestone .course-reviews .course-review {
  color: #fff;
}
.need-any-help,
leave-us-a-review {
  padding: 0 1.5rem 1rem;
}
.need-any-help .need-a-help-img,
leave-us-a-review .need-a-help-img {
  margin: 0 auto;
  text-align: center;
}
.need-any-help .need-a-help-img img,
leave-us-a-review .need-a-help-img img {
  max-width: 200px;
  margin-bottom: 2rem;
}
.need-any-help h3,
leave-us-a-review h3 {
  margin-bottom: 1rem;
}
.need-any-help p,
leave-us-a-review p {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .need-any-help .content,
  leave-us-a-review .content {
    margin: 0 auto;
    text-align: center;
  }
}
.stay-connected {
  padding: 2rem 1.5rem 1rem;
}
.stay-connected h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.stay-connected p {
  margin: 0.6rem 0 1rem;
}
.stay-connected .text-with-arrow-content {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.stay-connected .social-media.small a img {
  max-width: 26px;
  padding: 0 0.3em 0.5em 0;
}
.join-us {
  padding: 0 1.5rem 1rem;
}
.join-us .join-us-img {
  margin: 0 auto;
  text-align: center;
}
.join-us .join-us-img img {
  max-width: 140px;
  margin-bottom: 1rem;
}
.join-us h3 {
  margin-bottom: 1rem;
}
.join-us p {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .join-us .content {
    margin: 0 auto;
    text-align: center;
  }
}
.color-box {
  height: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
}
.color-box a {
  text-decoration: none;
}
.color-box .text {
  padding: 1em 0.6em;
  color: #fff;
}
.color-box .title {
  font-size: 1.55em;
  font-weight: bold;
}
.color-box p {
  padding-top: 0.4em;
  font-size: 1.2em;
}
.color-box.color1 {
  background-color: #2dbabc;
}
.color-box.color1:hover {
  background-color: #ffa630;
}
.color-box.color2 {
  background-color: #ffa630;
}
.color-box.color2:hover {
  background-color: #2dbabc;
}
.btn {
  font-size: 0.95rem;
  font-family: "FSMe-Bold", sans-serif;
  font-weight: 400;
  color: #888;
  padding: 13px 20px;
  border-radius: 0;
  min-width: 180px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: unset;
  box-shadow: none;
}
.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #808080;
}
.btn.fit {
  width: 100%;
}
.btn.btn-rounded {
  border-radius: 40px;
  padding: 11px 14px;
  min-width: 180px;
}
.btn.btn-rounded img {
  width: 25px;
  margin-left: -15px;
}
.btn.btn-primary,
.btn.btn-default {
  background: #2dbabc;
  color: #fff;
  border: none;
  border-radius: 40px;
}
.btn.btn-primary:hover,
.btn.btn-default:hover {
  background: rgba(45, 186, 188, 0.75);
  border: none;
}
.btn.btn-default2 {
  background: #ffa630;
  color: #fff;
  border: none;
  border-radius: 40px;
}
.btn.btn-default2:hover {
  background: #ffa630;
  color: #fff;
  border: none;
  opacity: 0.85;
}
.btn.btn-yellow {
  background: #ffa630;
  color: #fff;
  border-radius: 16px;
}
.btn.btn-yellow:hover {
  background: rgba(255, 166, 48, 0.75);
}
.btn.btn-light-red {
  background: #f44d4d;
  color: #fff;
}
.btn.btn-light-red:hover {
  background: #f44d4d;
}
.btn.btn-default3 {
  background: #284162;
  color: #fff;
  border: none;
  border-radius: 40px;
}
.btn.btn-default3:hover {
  background: #284162;
  color: #fff;
  border: none;
  opacity: 0.85;
}
.btn.btn-default4 {
  background: #dfedfa;
  color: #284162;
  border: none;
  border-radius: 40px;
}
.btn.btn-default4:hover {
  background: #dfedfa;
  color: #284162;
  border: none;
  opacity: 0.85;
}
.btn.btn-default5 {
  background: #9acadc;
  color: #284162;
  border: none;
  border-radius: 40px;
}
.btn.btn-default5:hover {
  background: #9acadc;
  color: #284162;
  border: none;
  opacity: 0.85;
}
.btn.btn-default5.small {
  height: 38px;
  line-height: 12px;
}
.btn.display-icon:hover {
  position: relative;
  padding: 13px 35px !important;
}
.btn.display-icon:hover:after {
  content: url(/wp-content/uploads/2023/11/arrow-right-white-small.svg) !important;
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
}
.btn.btn-white {
  background: #fff;
  color: #284162;
  border-radius: 40px;
}
.btn.btn-white:hover {
  background: #fff;
  color: #284162;
}
.btn.btn-grey-light {
  background: #f2f2f2;
  color: #888;
  border-radius: 40px;
}
.btn.btn-grey-light:hover {
  opacity: 0.85;
}
.btn.btn-transparent {
  font-family: "FSMe", sans-serif;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: unset;
}
.btn.btn-transparent i {
  padding-right: 30px;
}
.btn.btn-lined-thin {
  align-self: center;
  background: transparent;
  transition: all 0.5s ease;
  color: #284162;
  outline: none;
  border: solid 2px #284162;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.btn.btn-lined-thin:hover {
  border: solid 2px rgba(40, 65, 98, 0.75);
  color: rgba(40, 65, 98, 0.75);
}
.btn.btn-hand-drawn {
  align-self: center;
  transition: all 0.5s ease;
  outline: none;
  border: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.btn.btn-hand-drawn:hover {
  border: none;
}
.btn.icon {
  overflow: hidden;
  position: relative;
}
.btn.icon:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #fff;
  display: block;
  pointer-events: none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.5em;
  font-size: 25px;
  z-index: 2;
}
form {
  margin: 0;
}
.form-section {
  padding: 1.5rem 0;
}
.form-section h4,
.form-section h5,
.form-section h6 {
  margin-bottom: 1rem;
}
textarea.large {
  height: 15rem !important;
}
.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.5em;
}
.select-wrapper:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #888;
  display: block;
  pointer-events: none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.5em;
  font-size: 25px;
  z-index: 2;
  content: "\F107";
}
.select-wrapper::-ms-expand {
  display: none;
}
.select-wrapper.inline {
  display: inline-block;
}
.select-wrapper select.form-control {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
  display: block;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.select-wrapper select.form-control option {
  background: transparent;
  color: #888;
}
.form-group label,
label {
  font-weight: 400;
}
.form-group .title {
  color: #284162;
  padding-left: 10px;
  margin-bottom: 5px;
  font-family: "FSMe-Bold", sans-serif;
  font-size: 1rem;
}
.form-group .message {
  padding: 7px 0 10px 10px;
  line-height: 1em;
}
input.form-control {
  border-radius: 0;
}
.form-control {
  height: 54px;
  border-radius: 0;
  color: #888;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.form-control:focus {
  border-color: #2dbabc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(45, 186, 188, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(45, 186, 188, 0.5);
}
.course-enrol-address-selector .form-control:disabled,
.course-enrol-address-selector .form-control[readonly] {
  background-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
  padding-left: 2.1rem;
  padding-right: 0.75rem;
  position: relative;
  text-decoration: none;
  line-height: 1.7;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  border: solid 1px #888;
  content: "";
  display: inline-block;
  left: 0;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: 0.1rem;
  background: #fff;
  width: 20px;
  height: 20px;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #2dbabc;
  border-color: #2dbabc;
  border: solid 1px #2dbabc;
  color: #fff;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 65% 65%;
  background-position: center center;
  background-repeat: no-repeat;
}
input[type="checkbox"] + label:before {
  border-radius: 0;
}
input[type="radio"] + label:before {
  border-radius: 100%;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  vertical-align: middle;
}
.checkbox label {
  vertical-align: middle;
  padding-left: 0.5rem;
}
.courses-checkboxes input[type="checkbox"],
.course-filter input[type="checkbox"] {
  display: none;
}
.checkboxWrap {
  padding-left: 29px;
  position: relative;
}
.checkboxWrap input[type="checkbox"],
.checkboxWrap input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0.3rem;
}
.checkboxWrap label {
  line-height: 1.25rem;
  font-size: 0.95rem;
}
.postcode_lookup #getaddress_input.form-control {
  height: 54px;
  max-width: 480px;
  display: inline !important;
}
.postcode_lookup #getaddress_button.btn.btn-default {
  height: 54px;
  display: inline !important;
  margin-top: -0.3em;
}
.postcode_lookup #getaddress_dropdown.ddField.form-control {
  height: 50px;
  margin-top: 0.6rem;
}
.postcode_lookup .postcode-error-message {
  margin: 1em 0 0.5em 0;
  display: block;
  padding: 0.4em 1em 0.4em;
  color: #fff !important;
  font-size: 0.95em;
  background: #284162;
  width: 100%;
}
.job-list,
.job-details {
  padding: 1.5rem 1.5rem 2rem;
  z-index: 7;
}
.job-page-title {
  max-width: 600px;
  margin: 0 auto;
}
.job-page-title h2 {
  font-size: 1.7rem;
}
.jobs-alw .job-list-item-wrapper {
  padding: 1.3rem;
  background-color: #f8f8f8;
  margin-bottom: 1.2rem;
}
.jobs-alw .job-list-item-wrapper h3 {
  font-size: 1.2rem;
}
.jobs-alw .job-list-item-wrapper a {
  text-decoration: none;
}
.jobs-alw .job-attrs {
  color: #284162;
}
.jobs-alw .job-attrs p {
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}
.jobs-alw .job-attrs span {
  color: #284162;
}
.job-downloads-pack {
  border: 1px solid #808080;
  padding: 0.9rem;
}
.article-list {
  padding: 0 0 1rem;
}
.article-list a {
  text-decoration: none;
}
.article-list a:hover {
  color: #888;
}
.article-list .article-text {
  padding-bottom: 1rem;
}
.article-list .article-item {
  background: #fff;
  padding: 1.5rem 1.5rem 0;
  margin: 0 0 1.6rem;
}
.article-list .article-item img {
  margin-bottom: 1.2em;
}
.article-list .article-item .title {
  font-size: 1.15rem;
  color: #2dbabc;
  font-family: "FSMe", sans-serif;
  margin-bottom: 0.3em;
}
.article-list .article-item .summary {
  color: #888;
  height: 90px;
  margin-bottom: 0.9em;
  overflow: hidden;
}
.article-list .article-item .read-more a {
  font-size: 1.15rem;
  color: #ffa630;
  font-family: "FSMe", sans-serif;
  text-decoration: underline;
}
.article-blog-list {
  padding: 0 0 1rem;
}
.article-blog-list a {
  color: #888;
  text-decoration: none;
}
.article-blog-list a:hover {
  color: #888;
}
.article-blog-list .article-text {
  padding-bottom: 1rem;
}
.article-blog-list .article-item {
  background: #fff;
  padding: 1.5rem 1.5rem 1.2rem;
  margin: 0 0 1.6rem;
}
.article-blog-list .article-item img {
  margin-bottom: 1.2em;
  max-height: 250px;
}
.article-blog-list .article-item img.tall-image {
  margin-bottom: 1.2em;
  max-height: 500px;
}
.article-blog-list .article-item .sub-title {
  font-size: 1.1rem;
  color: #2dbabc;
  margin-bottom: 0.4em;
}
.article-blog-list .article-item .title {
  font-size: 1.25rem;
  color: #284162;
  font-family: "FSMe-Bold", sans-serif;
  margin-bottom: 0.3em;
}
.article-blog-list .article-item .summary {
  color: #888;
  height: 155px;
  margin-bottom: 0.9em;
  overflow: hidden;
}
.article-blog-list .article-item .summary p {
  margin-bottom: 0;
}
.article-blog-list .article-item .read-more a {
  font-size: 1.15rem;
  color: #ffa630;
  font-family: "FSMe", sans-serif;
  text-decoration: underline;
}
.article-detail {
  background: #fff;
}
.article-detail h2 {
  margin-bottom: 0.7rem;
}
.article-detail hr {
  margin-top: 1.4rem;
  margin-top: 0.7rem;
}
.article-detail em,
.article-detail sup {
  font-size: smaller;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.article-detail em {
  display: contents;
}
.article-detail .article-detail-main-image img {
  margin: 1rem 0 2rem;
}
.article-detail .description {
  font-size: 0.98rem;
  line-height: 1.85em;
}
.business-courses-landing-page {
  padding: 1.5rem 1.5rem 2rem;
}
.business-courses-landing-page
  .business-courses.tabs-content-wrapper
  .tab-content
  .tab-pane.active {
  border-radius: 20px;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .select-wrapper {
  width: 400px;
  margin: 0 auto;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .select-wrapper:before {
  color: #fff;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .form-control {
  font-size: 1.05rem;
  font-family: "FSMe", sans-serif;
  height: 60px;
  border: 1px solid #ced4da;
  border-radius: 60px;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .title {
  color: #284162;
  font-size: 1.15em;
  font-family: "FSMe", sans-serif;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content {
  padding: 2em 0;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content
  .course-type-image {
  max-width: 420px;
  margin: 0 auto;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content
  h5 {
  color: #fff;
  text-align: center;
  padding: 2em 0 0;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content
  p {
  color: #fff;
  font-size: 0.95em;
  font-weight: 400;
}
.business-courses-landing-page
  .business-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content {
  display: none;
}
.businesscourses_coursetype_dropdown_background {
  background: #284162 !important;
}
.businesscourses_coursetype_dropdown_background .container {
  background: #284162 !important;
}
.business-courses.tabs-content-wrapper .title {
  color: #284162;
  font-size: 1.15em;
  font-family: "FSMe", sans-serif;
}
.business-courses.tabs-content-wrapper .nav-tabs {
  border-bottom: none;
}
.business-courses.tabs-content-wrapper .nav-tabs .nav-link.active,
.business-courses.tabs-content-wrapper .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #284162;
  border-color: #284162 #284162 #284162;
  border-color: none;
}
.business-courses.tabs-content-wrapper .nav-tabs a.nav-item {
  color: #284162;
  font-family: "FSMe", sans-serif;
  font-size: 0.9em;
  margin-right: 10px;
}
.business-courses.tabs-content-wrapper .nav-tabs a.nav-item:hover {
  background-color: rgba(40, 65, 98, 0.15);
}
.business-courses.tabs-content-wrapper .nav-tabs a.nav-item.active:hover {
  background-color: #284162;
}
.business-courses.tabs-content-wrapper .tab-content .tab-pane {
  padding: 20px 20px;
  font-family: "FSMe", sans-serif;
}
.business-courses.tabs-content-wrapper
  .tab-content
  .tab-pane
  .course-type-content {
  padding: 2em 0;
}
.business-courses.tabs-content-wrapper
  .tab-content
  .tab-pane
  .course-type-content
  h5 {
  color: #fff;
}
.business-courses.tabs-content-wrapper
  .tab-content
  .tab-pane
  .course-type-content
  p {
  font-size: 0.9em;
  font-weight: 400;
}
.business-courses.tabs-content-wrapper .tab-content .tab-pane.active {
  color: #fff;
  background-color: #284162;
  font-family: "FSMe", sans-serif;
  border-radius: 20px;
  border-top-left-radius: 0;
}
.business-courses.tabs-content-wrapper .table {
  color: #fff;
}
.business-courses.tabs-content-wrapper .table th {
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
  font-weight: 400;
}
.business-courses.tabs-content-wrapper .table td {
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
}
.business-courses.tabs-content-wrapper .table .course-code {
  font-size: 0.8em;
}
.community-courses-landing-page {
  padding: 1.5rem 1.5rem 2rem;
}
.community-courses-landing-page
  .community-courses.tabs-content-wrapper
  .tab-content
  .tab-pane.active {
  border-radius: 20px;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .select-wrapper {
  width: 400px;
  margin: 0 auto;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .select-wrapper:before {
  color: #fff;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .form-control {
  font-size: 1.05rem;
  font-family: "FSMe", sans-serif;
  height: 60px;
  border: 1px solid #ced4da;
  border-radius: 60px;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .select-wrapper
  select.form-control {
  color: #284162;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-select
  .select-wrapper
  select.form-control
  option {
  color: #284162;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .title {
  color: #2dbabc;
  font-size: 1.15em;
  font-family: "FSMe", sans-serif;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content {
  padding: 2em 0;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content
  .course-type-image {
  max-width: 420px;
  margin: 0 auto;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content
  h5 {
  color: #fff;
  text-align: center;
  padding: 2em 0 0;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content
  p {
  color: #fff;
  font-size: 0.95em;
  font-weight: 400;
}
.community-courses-landing-page
  .community-courses.course-type-dropdown-content-mobile-wrapper
  .course-type-dropdown-content {
  display: none;
}
.communitycourses_coursetype_dropdown_background {
  background: #2dbabc !important;
}
.communitycourses_coursetype_dropdown_background .container {
  background: #2dbabc !important;
}
.community-courses.tabs-content-wrapper .title {
  color: #284162;
  font-size: 1.15em;
  font-family: "FSMe", sans-serif;
}
.community-courses.tabs-content-wrapper .nav-tabs {
  border-bottom: none;
}
.community-courses.tabs-content-wrapper .nav-tabs .nav-link.active,
.community-courses.tabs-content-wrapper .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #2dbabc;
  border-color: #2dbabc #2dbabc #2dbabc;
  border-color: none;
}
.community-courses.tabs-content-wrapper .nav-tabs a.nav-item {
  color: #284162;
  font-family: "FSMe", sans-serif;
  font-size: 0.9em;
  margin-right: 10px;
}
.community-courses.tabs-content-wrapper .nav-tabs a.nav-item:hover {
  background-color: rgba(40, 65, 98, 0.15);
}
.community-courses.tabs-content-wrapper .nav-tabs a.nav-item.active:hover {
  background-color: #2dbabc;
}
.community-courses.tabs-content-wrapper .tab-content .tab-pane {
  padding: 20px 20px;
  font-family: "FSMe", sans-serif;
}
.community-courses.tabs-content-wrapper
  .tab-content
  .tab-pane
  .course-type-content {
  padding: 2em 0;
}
.community-courses.tabs-content-wrapper
  .tab-content
  .tab-pane
  .course-type-content
  h5 {
  color: #fff;
}
.community-courses.tabs-content-wrapper
  .tab-content
  .tab-pane
  .course-type-content
  p {
  font-size: 0.9em;
  font-weight: 400;
}
.community-courses.tabs-content-wrapper .tab-content .tab-pane.active {
  color: #fff;
  background-color: #2dbabc;
  font-family: "FSMe", sans-serif;
  border-radius: 20px;
  border-top-left-radius: 0;
}
.community-courses.tabs-content-wrapper .table {
  color: #fff;
}
.community-courses.tabs-content-wrapper .table th {
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
  font-weight: 400;
}
.community-courses.tabs-content-wrapper .table td {
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
}
.community-courses.tabs-content-wrapper .table .course-code {
  font-size: 0.8em;
}
.read-all-about-us-wrapper {
  margin: 3rem 0 2rem;
}
.read-all-about-us-wrapper h3 {
  font-size: 2.2rem;
}
.read-all-about-us-wrapper a.read-all-about-us {
  text-align: center;
}
.read-all-about-us-wrapper a.read-all-about-us img {
  border-radius: 20px;
  margin: 1.5rem 0 1rem;
}
.read-all-about-us-wrapper a.read-all-about-us .sub-title {
  font-size: 0.85rem;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.read-all-about-us-wrapper a.read-all-about-us h4 {
  font-size: 1.1rem;
  color: #284162;
  height: 45px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.read-all-about-us-wrapper a.read-all-about-us .btn.btn-transparent {
  text-align: center;
  min-width: auto;
  font-weight: bold;
}
.read-all-about-us-wrapper a.read-all-about-us:hover {
  text-decoration: none;
}
.story-newsletter-wrapper {
  color: #fff;
  background-color: #284162;
  border-radius: 20px;
  padding: 4rem 2.5rem 2.5rem;
}
.story-newsletter-wrapper .story-newsletter-part1 {
  padding: 1rem 0;
}
.story-newsletter-wrapper .story-newsletter-part1 h4 {
  color: #f6fdff;
}
.story-newsletter-wrapper .story-newsletter-part1 p {
  color: #d4ebf5;
}
.story-newsletter-wrapper .story-newsletter-part1 .newsletter-title {
  color: #2dbabc;
  font-size: 0.85rem;
}
.story-newsletter-wrapper .story-newsletter-part1 .newsletter-title img {
  width: 14px;
}
.story-newsletter-wrapper .story-newsletter-part2 {
  color: #fff;
  background-color: #2dbabc;
  padding: 3rem 2rem 2rem;
  margin-right: 3rem;
  border-radius: 40px;
  position: relative;
}
.story-newsletter-wrapper .story-newsletter-part2 h4 {
  color: #fff;
  margin-bottom: 20px;
}
.story-newsletter-wrapper .story-newsletter-part2 .title-wrapper {
  width: 350px;
  position: relative;
}
.story-newsletter-wrapper .story-newsletter-part2 img.title-highlighter {
  position: absolute;
  top: -20px;
  right: 0;
}
.story-newsletter-wrapper .story-newsletter-part2 p {
  width: 380px;
  margin-bottom: 30px;
}
.story-newsletter-wrapper .story-newsletter-part2 img.bwletin-book {
  position: absolute;
  top: -70px;
  right: -90px;
}
.story-newsletter-wrapper-mobile {
  color: #fff;
  border-radius: 20px;
  padding: 4rem 1rem 2.5rem;
}
.story-newsletter-wrapper-mobile h4 {
  color: #284162;
}
.story-newsletter-wrapper-mobile p {
  color: #656565;
}
.story-newsletter-wrapper-mobile .newsletter-title {
  color: #284162;
  font-size: 0.85rem;
}
.story-newsletter-wrapper-mobile .newsletter-title img {
  width: 14px;
}
.business-course-type-details {
  padding: 1.5rem 1.5rem 2rem;
}
.business-course-type-details .tabs-content-wrapper .title {
  font-size: 1.2em;
  color: #fff;
  font-family: "FSMe", sans-serif;
  padding-bottom: 1rem;
}
.business-course-type-details .tabs-content-wrapper .nav-tabs {
  border-bottom: none;
}
.business-course-type-details .tabs-content-wrapper .nav-tabs .nav-link.active,
.business-course-type-details
  .tabs-content-wrapper
  .nav-tabs
  .nav-item.show
  .nav-link {
  color: #fff;
  background-color: #284162;
  border-color: #284162 #284162 #284162;
  font-family: "FSMe", sans-serif;
}
.business-course-type-details .tabs-content-wrapper .nav-tabs a.nav-item {
  color: #284162;
}
.business-course-type-details .tabs-content-wrapper .tab-content .tab-pane {
  padding: 20px 25px;
  font-family: "FSMe", sans-serif;
}
.business-course-type-details
  .tabs-content-wrapper
  .tab-content
  .tab-pane.active {
  color: #fff;
  background-color: #284162;
  font-family: "FSMe", sans-serif;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.business-course-type-details .tabs-content-wrapper .table {
  color: #fff;
}
.business-course-type-details .tabs-content-wrapper .table th {
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}
.business-course-type-details .tabs-content-wrapper .table td {
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
}
.business-course-type-details .tabs-content-wrapper .table .course-code {
  font-size: 0.8em;
}
.business-course-type-details .tabs-content-wrapper .table a {
  color: #fff;
  text-decoration: none;
}
.business-course-type-details .tabs-content-wrapper .table a:hover {
  color: #fff;
  text-decoration: none;
}
.community-course-type-details {
  padding: 1.5rem 1.5rem 2rem;
}
.community-course-type-details .tabs-content-wrapper .title {
  font-size: 1.2em;
  color: #fff;
  font-family: "FSMe", sans-serif;
  padding-bottom: 1rem;
}
.community-course-type-details .tabs-content-wrapper .nav-tabs {
  border-bottom: none;
}
.community-course-type-details .tabs-content-wrapper .nav-tabs .nav-link.active,
.community-course-type-details
  .tabs-content-wrapper
  .nav-tabs
  .nav-item.show
  .nav-link {
  color: #fff;
  background-color: #2dbabc;
  border-color: #2dbabc #2dbabc #2dbabc;
  font-family: "FSMe", sans-serif;
}
.community-course-type-details .tabs-content-wrapper .nav-tabs a.nav-item {
  color: #284162;
}
.community-course-type-details .tabs-content-wrapper .tab-content .tab-pane {
  padding: 20px 25px;
  font-family: "FSMe", sans-serif;
}
.community-course-type-details
  .tabs-content-wrapper
  .tab-content
  .tab-pane.active {
  color: #fff;
  background-color: #2dbabc;
  font-family: "FSMe", sans-serif;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.community-course-type-details .tabs-content-wrapper .table {
  color: #fff;
}
.community-course-type-details .tabs-content-wrapper .table th {
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}
.community-course-type-details .tabs-content-wrapper .table td {
  border-bottom: 1px solid #e3e3e3;
  font-family: "FSMe", sans-serif !important;
}
.community-course-type-details .tabs-content-wrapper .table .course-code {
  font-size: 0.8em;
}
.community-course-type-details .tabs-content-wrapper .table a {
  color: #fff;
  text-decoration: none;
}
.community-course-type-details .tabs-content-wrapper .table a:hover {
  color: #fff;
  text-decoration: none;
}
.community-course-type-details
  .tabs-content-wrapper
  .course-class-type.classroom-online-community {
  background-color: #284162;
}
@media (max-width: 991px) {
  .hide-on-mobile {
    display: none;
  }
}
#featured-courses .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
#featured-courses .carousel-inner .course-list {
  padding: 1rem 2rem 2rem;
}
#featured-courses .carousel-control-prev-icon {
  background-image: url("/Content/images/icons/share%20plus.svg") !important;
  width: 60px;
  height: 60px;
}
#featured-courses .carousel-control-next-icon {
  background-image: url("/Content/images/icons/share%20plus.svg") !important;
  width: 60px;
  height: 60px;
}
#featured-courses .carousel-control-prev,
#featured-courses .carousel-control-next {
  opacity: unset;
}
#featured-courses .carousel-inner .carousel-item.active,
#featured-courses .carousel-inner .carousel-item-next,
#featured-courses .carousel-inner .carousel-item-prev {
  display: flex;
}
#featured-courses .carousel-inner .carousel-item-right.active,
#featured-courses .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}
#featured-courses .carousel-inner .carousel-item-left.active,
#featured-courses .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
#featured-courses .carousel-inner .carousel-item-right,
#featured-courses .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.course-type-details-tabs .tabbable .nav-pills > li {
  margin-bottom: 2px;
}
.course-type-details-tabs .tabbable .nav-pills > li.active > a,
.course-type-details-tabs .tabbable .nav-pills > li.active > a:hover,
.course-type-details-tabs .tabbable .nav-pills > li.active > a:focus {
  border: 1px solid #2bbdbf;
}
.course-type-details-tabs .tabbable .tab-content {
  border: 1px solid #2bbdbf;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.course-level {
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 27px;
  margin: 0 5px 5px 0;
}
.course-level.green {
  background-color: #39cc23;
}
.course-level.red {
  background-color: #cc2323;
}
.course-detail-session,
.course-detail-date,
.course-detail-certificate,
.course-detail-fees {
  color: #888;
  font-size: 15px;
}
.course-detail-session img,
.course-detail-date img,
.course-detail-certificate img,
.course-detail-fees img {
  max-width: 65px;
  padding-right: 10px;
  width: 34px;
}
.course-detail-attrs .course-detail-session,
.course-detail-attrs .course-detail-date,
.course-detail-attrs .course-detail-certificate,
.course-detail-attrs .course-detail-fees {
  padding-right: 20px;
  margin-bottom: 8px;
}
.course-class-type {
  width: auto;
  height: 25px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  line-height: 27px;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.course-class-type.workplace-business {
  background-color: #ff735c;
  color: #fff;
  width: 110px;
}
.course-class-type.welsh-business {
  background-color: #fff;
  outline: 1px solid #284162;
  color: #284162;
  width: 80px;
}
.course-class-type.online-business {
  background-color: #fff;
  outline: 1px solid #2dbabc;
  color: #2dbabc;
  max-width: max-content;
  padding: 0 6px;
}
.course-class-type.workplace-online-business {
  background-color: #284162;
  color: #fff;
  width: 170px;
}
.course-class-type.workplace-online-business.on-course-detail-page {
  width: 210px !important;
}
.course-class-type.classroom-community {
  background-color: #284162;
  color: #fff;
  width: 110px;
  width: max-content;
  padding: 0 15px;
}
.course-class-type.welsh-community {
  background-color: #fff;
  outline: 1px solid #284162;
  color: #284162;
  width: 80px;
  width: max-content;
  padding: 0 15px;
}
.course-class-type.welsh-community.extra-large {
  background-color: #fff;
  outline: 1px solid #284162;
  color: #284162;
  width: 220px;
}
.course-class-type.welsh-community.extra-extra-large {
  background-color: #fff;
  outline: 1px solid #284162;
  color: #284162;
  width: 240px;
}
.course-class-type.online-community {
  background-color: #fff;
  outline: 1px solid #2dbabc;
  color: #2dbabc;
  width: 80px;
}
.course-class-type.classroom-online-community {
  background-color: #2dbabc;
  color: #fff;
  width: 170px;
}
.course-class-type.classroom-online-community.on-course-detail-page {
  width: 210px !important;
}
.business-course-type-details .course-class-type.workplace-online-business {
  background-color: #2dbabc;
}
.atoz-course-banner-title {
  color: #284162;
  padding: 4px 20px 4px 20px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  margin-top: 15px;
}
.atoz-course-banner-title a {
  text-decoration: none;
  color: #284162;
}
.atoz-course-banner-title a:hover {
  color: #284162;
}
.atoz-course-banner-title img {
  width: 30px;
  padding-right: 10px;
}
.atoz-course-banner-title-wrapper.community-results-page
  .atoz-course-banner-title,
.atoz-course-banner-title-wrapper.business-results-page
  .atoz-course-banner-title {
  color: #fff;
  background-color: transparent;
  float: right !important;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 275px;
}
.atoz-course-banner-title-wrapper.community-results-page
  .atoz-course-banner-title
  a,
.atoz-course-banner-title-wrapper.business-results-page
  .atoz-course-banner-title
  a {
  color: #fff;
}
.atoz-course-banner-title-wrapper.community-results-page
  .atoz-course-banner-title
  a:hover,
.atoz-course-banner-title-wrapper.business-results-page
  .atoz-course-banner-title
  a:hover {
  color: #fff;
}
.atoz-course-business-header,
.atoz-course-community-header {
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 20px 0;
  display: inline-block;
}
.atoz-course-business-header {
  background-color: #284162;
}
.atoz-course-community-header {
  background-color: #2dbabc;
}
.atoz-course-list-wrapper {
  padding: 0 1rem;
}
.atoz-course-item-wrapper {
  margin-bottom: 3rem;
}
.atoz-course-item {
  color: #284162;
  line-height: 1.5rem;
  padding: 0 0 0.65rem;
}
.atoz-course-item a {
  color: #284162;
  text-decoration: none;
}
.atoz-course-item .sub-curriculum-area {
  padding: 0.1em 0.1em 0.1em 1.5em;
}
.atoz-course-item.sub-curriculum-area {
  font-weight: 600 !important;
}
.atoz-course-item.sub-curriculum-area-list {
  padding-bottom: 2em;
}
.atoz-course-community-list a {
  color: #2dbabc;
}
.business-course-list {
  padding: 3rem 0 1.4rem;
}
.business-course-list h3 {
  padding-bottom: 20px;
}
.business-course-list .courses-view-type {
  color: #284162;
  font-size: 1.05rem;
  float: right;
  margin-bottom: 10px;
}
.business-course-list .courses-view-type .view-type-title {
  display: inline;
  padding-right: 10px;
}
.business-course-list .courses-view-type a {
  padding: 0 5px;
}
.business-course-list .course-item {
  margin-bottom: 0.75rem;
  position: relative;
}
.business-course-list .course-item a {
  text-decoration: none;
}
.business-course-list .course-item .course-item-list-view-content-wrapper {
  position: relative;
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 15px;
  border-radius: 18px;
}
.business-course-list .course-item .course-item-list-view-content,
.business-course-list .course-item .course-item-grid-view-content {
  font-family: "FSMe", sans-serif;
  color: #888;
}
.business-course-list .course-item .course-item-list-view-content .title,
.business-course-list .course-item .course-item-grid-view-content .title {
  color: #284162;
  font-size: 1.05rem;
}
.business-course-list .course-item .course-item-list-view-content .course-code,
.business-course-list .course-item .course-item-grid-view-content .course-code {
  font-size: 0.8rem;
}
.business-course-list .course-item .course-item-list-view-content .course-attrs,
.business-course-list
  .course-item
  .course-item-grid-view-content
  .course-attrs {
  font-size: 0.75rem;
}
.business-course-list
  .course-item
  .course-item-list-view-content
  .course-attrs
  img,
.business-course-list
  .course-item
  .course-item-grid-view-content
  .course-attrs
  img {
  width: 26px;
  padding-right: 8px;
}
.business-course-list .course-item .course-item-list-view-content .course-level,
.business-course-list
  .course-item
  .course-item-grid-view-content
  .course-level {
  display: inline-block;
}
.business-course-list
  .course-item
  .course-item-list-view-content
  .btn.btn-transparent,
.business-course-list
  .course-item
  .course-item-grid-view-content
  .btn.btn-transparent {
  font-size: 0.85rem;
}
.business-course-list
  .course-item
  .course-item-list-view-content
  .btn.btn-transparent
  i,
.business-course-list
  .course-item
  .course-item-grid-view-content
  .btn.btn-transparent
  i {
  padding-right: 0 !important;
}
.business-course-list
  .course-item
  .course-item-list-view-content
  .course-class-type {
  font-size: 14px !important;
}
.business-course-list .course-item .grid-view-image {
  position: absolute;
  top: 0;
  left: 0;
}
.business-course-list .course-item .grid-view-image img {
  height: 210px;
  width: 100%;
}
.business-course-list .course-item .course-item-grid-view-content-wrapper {
  position: relative;
  background-color: #fff;
  height: 210px;
  margin-left: 100px;
  margin-bottom: 15px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.business-course-list .course-item .course-item-grid-view-content {
  padding: 10px 10px;
}
.business-course-list .course-item .course-item-grid-view-content .title {
  padding-top: 0.25rem;
  max-height: 110px;
  overflow: hidden;
}
.business-course-list
  .course-item
  .course-item-grid-view-content
  .course-class-type {
  font-size: 14px !important;
}
@media (max-width: 399px) {
  .business-course-list .course-item .course-item-grid-view-content-wrapper {
    margin-left: 68px;
  }
  .business-course-list .course-item .course-item-grid-view-content .title {
    max-height: 60px !important;
  }
}
.community-course-list {
  padding: 3rem 0 1.4rem;
}
.community-course-list h3 {
  padding-bottom: 20px;
}
.community-course-list .courses-view-type {
  color: #284162;
  font-size: 1.05rem;
  float: right;
  margin-bottom: 10px;
}
.community-course-list .courses-view-type .view-type-title {
  display: inline;
  padding-right: 10px;
}
.community-course-list .courses-view-type a {
  padding: 0 5px;
}
.community-course-list .course-item {
  margin-bottom: 0.75rem;
}
.community-course-list .course-item a {
  text-decoration: none;
}
.community-course-list .course-item .course-item-list-view-content-wrapper {
  position: relative;
  background-color: #fff;
  padding: 15px 15px;
  margin-bottom: 15px;
  border-radius: 18px;
}
.community-course-list .course-item .course-item-list-view-content,
.community-course-list .course-item .course-item-grid-view-content {
  font-family: "FSMe", sans-serif;
  color: #888;
}
.community-course-list
  .course-item
  .course-item-list-view-content
  .course-class-type-welsh-community,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .course-class-type-welsh-community {
  font-family: "rollerscript-smooth", sans-serif;
  color: #2dbabc;
  position: absolute;
  left: 15px;
  top: -7px;
}
.community-course-list .course-item .course-item-list-view-content .title,
.community-course-list .course-item .course-item-grid-view-content .title {
  color: #284162;
  font-size: 1.05rem;
}
.community-course-list .course-item .course-item-list-view-content .course-code,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .course-code {
  font-size: 0.8rem;
}
.community-course-list
  .course-item
  .course-item-list-view-content
  .course-attrs,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .course-attrs {
  font-size: 0.75rem;
}
.community-course-list
  .course-item
  .course-item-list-view-content
  .course-attrs
  img,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .course-attrs
  img {
  width: 26px;
  padding-right: 8px;
}
.community-course-list
  .course-item
  .course-item-list-view-content
  .course-level,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .course-level {
  display: inline-block;
}
.community-course-list .course-item .course-item-list-view-content .course-code,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .course-code {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}
.community-course-list
  .course-item
  .course-item-list-view-content
  .btn.btn-transparent,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .btn.btn-transparent {
  font-size: 0.85rem;
}
.community-course-list
  .course-item
  .course-item-list-view-content
  .btn.btn-transparent
  i,
.community-course-list
  .course-item
  .course-item-grid-view-content
  .btn.btn-transparent
  i {
  padding-right: 0 !important;
}
.community-course-list .course-item .course-item-list-view-content {
  font-family: "FSMe", sans-serif;
  color: #888;
}
.community-course-list .course-item .course-item-list-view-content .title {
  margin-bottom: 1.1rem;
}
.community-course-list
  .course-item
  .course-item-list-view-content
  .course-class-type {
  font-size: 14px !important;
}
.community-course-list .course-item .grid-view-image {
  position: relative;
}
.community-course-list .course-item .grid-view-image img {
  height: 170px;
}
.community-course-list .course-item .course-item-grid-view-content-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.community-course-list
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type-wrapper {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.community-course-list
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type-wrapper
  .course-class-type {
  font-size: 13px !important;
  line-height: 25px;
  float: right;
}
.community-course-list
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type-wrapper
  .course-class-type.online-community {
  width: 65px !important;
}
.community-course-list
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type-wrapper
  .course-class-type.classroom-community {
  width: fit-content;
  padding: 0 10px;
}
.community-course-list
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type-wrapper
  .course-class-type.welsh-community {
  width: fit-content;
  padding: 0 10px;
}
.community-course-list
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type-wrapper
  .course-class-type.welsh-community.extra-large {
  width: 160px !important;
}
.community-course-list
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type-wrapper
  .course-class-type.welsh-community.extra-extra-large {
  width: 220px !important;
}
.community-course-list .course-item .course-item-grid-view-content {
  padding: 18px 15px 15px;
  position: relative;
}
.community-course-list
  .course-item
  .course-item-grid-view-content
  .course-class-type-welsh-community {
  font-family: "rollerscript-smooth", sans-serif;
  color: #2dbabc;
  position: absolute;
  left: 15px;
  top: -7px;
}
.community-course-list .course-item .course-item-grid-view-content .title {
  margin-bottom: 0.25rem;
  height: 55px;
  max-height: 65px;
  overflow: hidden;
}
.community-course-list
  .course-item
  .course-item-grid-view-content
  .view-more-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.quick-search-wrapper a {
  text-decoration: none;
}
.quick-search-wrapper .quick-search-item-image {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.quick-search-wrapper .quick-search-item-image img.bottom-curve-image {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  transform: scaleX(1.007);
  will-change: transform;
}
.quick-search-wrapper .quick-search-content {
  background-color: #fff;
  padding: 0.4rem 1rem;
  height: 80px;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.quick-search-wrapper .quick-search-content h4 {
  font-size: 1.2rem;
}
.quick-search-wrapper_bak a {
  text-decoration: none;
}
.quick-search-wrapper_bak .quick-search-item-image {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.quick-search-wrapper_bak .quick-search-item-image img.bottom-curve-image {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.quick-search-wrapper_bak .quick-search-content {
  background-color: #fff;
  padding: 0.4rem 1rem;
  height: 80px;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.quick-search-wrapper_bak .quick-search-content h4 {
  font-size: 1.2rem;
}
.register-interest-for-course-wrapper .register-interest-for-course-part1 h3,
.register-interest-for-course-wrapper .register-interest-for-course-part1 p {
  color: #284162;
}
.register-interest-for-course-wrapper .register-interest-for-course-part2 {
  background-color: #2dbabc;
  padding: 4rem 2rem;
  color: #fff;
  border-radius: 40px;
}
.register-interest-for-course-wrapper .register-interest-for-course-part2 h4 {
  color: #fff;
  margin-bottom: 30px;
}
.register-interest-for-course-wrapper
  .register-interest-for-course-part2
  .title-wrapper {
  width: 400px;
  position: relative;
}
.register-interest-for-course-wrapper
  .register-interest-for-course-part2
  img.title-highlighter {
  position: absolute;
  top: -20px;
  right: 0;
}
.register-interest-for-course-wrapper .register-interest-for-course-part2 p {
  margin-bottom: 30px;
}
.course-detail-vote-for-course-wrapper {
  background-color: #284162;
  color: #fff;
  border-radius: 40px;
  position: relative;
  margin-top: 4rem;
}
.course-detail-vote-for-course-wrapper img.vote-for {
  position: absolute;
  top: 60px;
  left: 50px;
  max-height: 35px;
}
.course-detail-vote-for-course-wrapper .course-detail-vote-for-course {
  padding: 3rem 1.5rem 4rem 6rem;
  position: relative;
}
.course-detail-vote-for-course-wrapper .course-detail-vote-for-course h4 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 40px;
  line-height: 2.2rem;
}
.course-detail-vote-for-course-wrapper
  .course-detail-vote-for-course
  img.arrow-down {
  position: absolute;
  top: 120px;
  right: 80px;
  height: 45px;
}
.course-detail-vote-for-course-wrapper .course-detail-vote-for-course .summary {
  color: #2dbabc;
  font-size: 1.65rem;
  margin-bottom: 40px;
  line-height: 2.3rem;
}
.course-detail-vote-for-course-wrapper
  .course-detail-vote-for-course
  .title-wrapper {
  width: 400px;
  position: relative;
}
.course-detail-vote-for-course-wrapper
  .course-detail-vote-for-course
  img.title-highlighter {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.course-detail-vote-for-course-wrapper .course-detail-vote-for-course p {
  margin-bottom: 30px;
}
#main.courses-page .container.related-courses-outer-wrapper {
  max-width: 1150px;
}
@media (max-width: 991px) {
  #main.courses-page .container.related-courses-outer-wrapper {
    max-width: 400px;
  }
}
.related-courses-carousel-wrapper {
  position: relative;
  padding: 3rem 0 1.4rem;
  max-width: 920px;
  margin: 0 auto;
}
.related-courses-carousel-wrapper h4 {
  padding-bottom: 20px;
}
.related-courses-carousel-wrapper .course-item {
  margin-bottom: 0.75rem;
}
.related-courses-carousel-wrapper .course-item a {
  text-decoration: none;
}
.related-courses-carousel-wrapper .course-item .grid-view-image {
  position: relative;
}
.related-courses-carousel-wrapper .course-item .grid-view-image img {
  height: 170px;
}
.related-courses-carousel-wrapper
  .course-item
  .course-item-grid-view-content-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.related-courses-carousel-wrapper
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.9rem;
}
.related-courses-carousel-wrapper .course-item .course-item-grid-view-content {
  font-family: "FSMe", sans-serif;
  color: #888;
  padding: 18px 15px 15px;
  position: relative;
}
.related-courses-carousel-wrapper
  .course-item
  .course-item-grid-view-content
  .course-class-type-welsh-community {
  font-family: "rollerscript-smooth", sans-serif;
  color: #2dbabc;
  position: absolute;
  left: 15px;
  top: -7px;
}
.related-courses-carousel-wrapper
  .course-item
  .course-item-grid-view-content
  .award-title {
  color: #284162;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}
.related-courses-carousel-wrapper
  .course-item
  .course-item-grid-view-content
  .title {
  color: #284162;
  font-size: 1.2rem;
  font-family: "FSMe-Bold", sans-serif;
  height: 60px;
  overflow: hidden;
}
.related-courses-carousel-wrapper
  .course-item
  .course-item-grid-view-content
  .course-code {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  color: #888;
}
.related-courses-carousel-wrapper
  .course-item
  .course-item-grid-view-content
  .course-level.green {
  margin-top: 30px;
}
.related-courses-carousel-wrapper .tiny-slider-custom-styles .controls {
  position: relative;
  bottom: 0;
  width: 160px;
  margin: 0 auto;
}
.related-courses-carousel-wrapper
  .tiny-slider-custom-styles
  .controls
  .btn.prev {
  margin-left: 20px;
}
.related-courses-carousel-wrapper
  .tiny-slider-custom-styles
  .controls
  .btn.next {
  margin-right: 20px;
}
#main.courses-page .container.multiple-slides-per-row-carousel-wrapper {
  max-width: 1150px;
}
@media (max-width: 991px) {
  #main.courses-page .container.multiple-slides-per-row-carousel-wrapper {
    max-width: 400px;
  }
}
.multiple-slides-per-row-carousel {
  padding: 3rem 0 1.4rem;
}
.multiple-slides-per-row-carousel h4 {
  padding-bottom: 20px;
}
.multiple-slides-per-row-carousel .course-item {
  margin-bottom: 0.75rem;
}
.multiple-slides-per-row-carousel .course-item a {
  text-decoration: none;
}
.multiple-slides-per-row-carousel .course-item .grid-view-image {
  position: relative;
}
.multiple-slides-per-row-carousel .course-item .grid-view-image img {
  height: 170px;
}
.multiple-slides-per-row-carousel
  .course-item
  .course-item-grid-view-content-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.multiple-slides-per-row-carousel
  .course-item
  .course-item-grid-view-content-wrapper
  .course-class-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.9rem;
}
.multiple-slides-per-row-carousel .course-item .course-item-grid-view-content {
  font-family: "FSMe", sans-serif;
  color: #888;
  padding: 18px 15px 15px;
  position: relative;
}
.multiple-slides-per-row-carousel
  .course-item
  .course-item-grid-view-content
  .course-class-type-welsh-community {
  font-family: "rollerscript-smooth", sans-serif;
  color: #2dbabc;
  position: absolute;
  left: 15px;
  top: -7px;
}
.multiple-slides-per-row-carousel
  .course-item
  .course-item-grid-view-content
  .award-title {
  color: #284162;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}
.multiple-slides-per-row-carousel
  .course-item
  .course-item-grid-view-content
  .title {
  color: #284162;
  font-size: 1.2rem;
  font-family: "FSMe-Bold", sans-serif;
  height: 60px;
  overflow: hidden;
}
.multiple-slides-per-row-carousel
  .course-item
  .course-item-grid-view-content
  .course-code {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  color: #888;
}
.multiple-slides-per-row-carousel
  .course-item
  .course-item-grid-view-content
  .course-level.green {
  margin-top: 30px;
}
.multiple-slides-per-row-carousel .carousel-control-prev-icon,
.multiple-slides-per-row-carousel .carousel-control-next-icon {
  background-color: #fff;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px #aaa;
}
.multiple-slides-per-row-carousel .carousel-control-next-icon:after,
.multiple-slides-per-row-carousel .carousel-control-prev-icon:after {
  color: #2dbabc;
}
.multiple-slides-per-row-carousel .carousel-control-next-icon:after,
.multiple-slides-per-row-carousel .carousel-control-prev-icon:after {
  font-size: 40px;
  -moz-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item.active,
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-next,
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-prev {
  display: flex;
}
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-right.active,
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-next {
  transform: translateX(33%);
}
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-left.active,
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-prev {
  transform: translateX(-33%);
}
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-right,
.multiple-slides-per-row-carousel.large-devices
  .carousel-inner
  .carousel-item-left {
  transform: translateX(0);
}
.multiple-slides-per-row-carousel.large-devices .carousel-control-prev {
  left: -50px;
}
.multiple-slides-per-row-carousel.large-devices .carousel-control-next {
  right: -50px;
}
.multiple-slides-per-row-carousel.large-devices .carousel-indicators {
  position: relative;
  margin-top: 10px;
}
.multiple-slides-per-row-carousel.small-devices {
  margin-bottom: 50px;
}
.multiple-slides-per-row-carousel.small-devices .carousel-control-prev,
.multiple-slides-per-row-carousel.small-devices .carousel-control-next {
  top: unset;
  bottom: -35px;
  width: unset;
}
.multiple-slides-per-row-carousel.small-devices .carousel-control-prev {
  left: 30%;
}
.multiple-slides-per-row-carousel.small-devices .carousel-control-next {
  right: 30%;
}
.multiple-slides-per-row-carousel.small-devices .carousel-indicators {
  position: absolute;
  bottom: -95px;
}
.course-list {
  padding: 3rem 2rem 2rem;
}
.course-list .subject-title {
  position: relative;
  margin-bottom: 12px;
}
.course-list .subject-title h2 {
  display: inline-block;
  padding-right: 50px;
}
.course-list .subject-title .available-courses {
  display: block;
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 1.1rem;
  background: #f2f2f2;
  padding: 0.2rem 0.8rem;
  vertical-align: middle;
  margin: 0 0 1rem 0;
}
.course-list .subject-title .available-courses a {
  color: #888;
  text-decoration: none;
}
.course-list .subject-title .subject-image {
  position: absolute;
  right: 0;
  top: 0;
}
.course-list .subject-title .subject-image img {
  width: 60px;
  max-width: 60px;
  max-height: 45px;
}
.course-list .subject-title .more-info-reveal {
  display: block;
  color: #284162;
  font-family: "rollerscript-smooth", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.course-list .course-item {
  margin-bottom: 0.75rem;
}
.course-list .course-item a {
  text-decoration: none;
}
.course-list .course-item .image-wrapper {
  margin-bottom: 0.8rem;
  position: relative;
}
.course-list .course-item .course-item-content-wrapper {
  position: relative;
  height: 145px;
  overflow: auto;
}
.course-list .course-item .course-item-content {
  position: absolute;
  top: 0;
  left: 50px;
  padding: 0 0.3rem;
}
.course-list .course-item .course-item-content .title {
  font-family: "FSMe", sans-serif;
  font-size: 1.2rem;
  color: #2dbabc;
}
.course-list .course-item .course-item-content p {
  font-size: 0.85rem;
  line-height: 1.3;
  margin-bottom: 0.9rem;
}
.course-list .course-item .course-item-content p.summary {
  color: #284162;
}
.course-list .course-item .course-item-content p.highlights {
  color: #888;
}
img.curved-image {
  -moz-border-radius: 25px 10px/10px 25px;
  border-radius: 25px 10px/10px 25px;
}
#related-courses .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
#related-courses .carousel-inner .course-list {
  padding: 1rem 2rem 2rem;
}
#related-courses .carousel-control-prev-icon {
  background-image: url("/Content/images/icons/share%20plus.svg") !important;
  width: 60px;
  height: 60px;
}
#related-courses .carousel-control-next-icon {
  background-image: url("/Content/images/icons/share%20plus.svg") !important;
  width: 60px;
  height: 60px;
}
#related-courses .carousel-control-prev,
#related-courses .carousel-control-next {
  opacity: unset;
}
.course-date {
  display: inline-block;
  border: 1px solid #f2f2f2;
  padding: 0.3rem 0.15rem 0;
  width: 46px;
}
.course-date .month {
  color: #2dbabc;
  font-size: 0.8rem;
  display: block;
  line-height: 0.6rem;
  text-transform: uppercase;
}
.course-date .day {
  color: #284162;
  font-size: 1.2rem;
}
.course-fees,
.course-fees-was,
.course-fees-save {
  background: #ffa630;
  color: #fff;
  font-family: "FSMe", sans-serif;
  padding: 5px 20px;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.course-fees-was,
.course-fees-save {
  background: #284162;
}
.course-fees-was .line-through,
.course-fees-save .line-through {
  text-decoration: line-through;
}
.course-details-fees-list .course-fees,
.course-details-fees-list .course-fees-was,
.course-details-fees-list .course-fees-save,
.course-item-fees-list .course-fees,
.course-item-fees-list .course-fees-was,
.course-item-fees-list .course-fees-save {
  padding: 2px 15px;
  margin: 2px 10px 2px 0;
  float: left;
}
.course-details-fees-list .course-fees-was,
.course-item-fees-list .course-fees-was {
  font-size: 0.85rem;
  line-height: 0.85rem;
  padding: 2px 10px;
}
.course-details-fees-list .course-fees-save,
.course-item-fees-list .course-fees-save {
  font-size: 0.85rem;
  line-height: 0.85rem;
  padding: 2px 10px;
}
.course-details-fees-list .course-fees,
.course-details-fees-list .course-fees-was,
.course-details-fees-list .course-fees-save {
  padding: 2px 20px;
}
.course-details-fees-list.section-items-center {
  text-align: center;
}
.course-details-fees-list.section-items-center .course-fees,
.course-details-fees-list.section-items-center .course-fees-was,
.course-details-fees-list.section-items-center .course-fees-save {
  float: none;
  display: inline;
}
.course-item-fees-list {
  margin-left: 10px;
  position: absolute;
  bottom: 10px;
}
.course-item-fees-list .course-fees,
.course-item-fees-list .course-fees-was,
.course-item-fees-list .course-fees-save {
  top: unset;
  bottom: 15px;
}
.business-course-details {
  padding: 1.5rem 1.5rem 2rem;
  z-index: 7;
}
.business-course-details .course-class-type {
  height: 40px;
  font-size: 0.95rem;
  line-height: 36px;
  margin-bottom: 25px;
  width: 150px !important;
}
.business-course-details .course-class-type.extra-large {
  width: fit-content !important;
  padding: 0 15px;
}
.business-course-details .course-class-type.online-business {
  width: fit-content !important;
  padding: 0 15px;
}
.business-course-details .course-class-type.extra-extra-large {
  width: 270px !important;
}
.business-course-details .course-award-title {
  font-size: 1.7rem;
  font-family: "FSMe", sans-serif;
  color: #284162;
  margin-bottom: 25px;
}
.business-course-details h2.course-title {
  font-size: 2rem;
  margin-bottom: 0.55rem;
  line-height: 2.2rem;
}
.business-course-details a.btn.btn-transparent.back-to-courses {
  color: #284162;
  margin-bottom: 10px;
}
.business-course-details .course-level-award-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}
.business-course-details .course-level-award-wrapper .course-level {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  margin: -5px 10px 0 0 !important;
}
.business-course-details
  .course-level-award-wrapper
  .course-level-award-subtitle
  h5 {
  margin-bottom: 5px;
}
.business-course-details .business-course-fees {
  font-size: 1.25rem;
  color: #284162;
}
.business-course-details .mobile-course-details-image {
  position: relative;
  margin-top: 20px;
}
.business-course-details .mobile-course-details-image .mobile-course-buttons {
  background-color: #284162;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.business-course-interested a.btn-default, .business-course-interested a.btn-default4 {
    min-width: 170px;
}
@media (max-width: 575px) {
  .business-course-details
    .mobile-course-details-image
    .mobile-course-buttons
    a.btn {
    min-width: 140px;
    font-size: 0.75rem;
  }
  .business-course-details
    .mobile-course-details-image
    .mobile-course-buttons
    a.btn {
    min-width: 140px;
    font-size: 0.75rem;
  }
}
.business-course-interested {
  background-color: #284162;
  color: #fff;
  padding: 7px;
  border-radius: 7px;
}
.business-course-interested .title {
  font-size: 1.75rem;
  padding-top: 10px;
}
.business-course-interested .register-today {
  font-size: 2rem;
  font-family: "rollerscript-smooth", sans-serif;
  padding-top: 10px;
}
.business-course-interested .share-social-icons {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
}
.business-course-interested .share-social-icons a.btn:hover {
  background: #2dbabc;
}
@media (max-width: 1410px) {
  .business-course-interested a.btn-default {
    min-width: 145px;
    font-size: 0.8rem;
  }
  .business-course-interested a.btn-default4 {
    min-width: 145px;
    font-size: 0.8rem;
  }
}
@media(max-width: 1300px) {
    .business-course-interested a.btn-default {
        min-width:100px;
    }

    .business-course-interested a.btn-default4 {
        min-width:100px;
    }
}

.business-course-interested .btn.display-icon:hover {
    display: inline-flex;
    align-items: center;
}

.business-course-interested .btn.display-icon:hover:after{
	top: unset;
}
.community-course-details {
  padding: 1.5rem 1.5rem 0;
  z-index: 7;
}
.community-course-details .course-class-type {
  height: 40px;
  font-size: 0.95rem;
  line-height: 40px;
  margin-bottom: 25px;
  width: 150px !important;
}
.community-course-details .course-class-type.extra-large {
  width: 260px;
}
.community-course-details .course-class-type.extra-extra-large {
  width: 295px !important;
  font-size: 1rem;
}
.community-course-details .course-award-title {
  font-size: 1.7rem;
  font-family: "FSMe", sans-serif;
  color: #284162;
  margin-bottom: 25px;
}
.community-course-details h2.course-title {
  font-size: 2rem;
  margin-bottom: 0.55rem;
  line-height: 2.2rem;
}
.community-course-details a.btn.btn-transparent.back-to-courses {
  color: #284162;
  margin-bottom: 10px;
}
.community-course-details .course-level-award-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}
.community-course-details .course-level-award-wrapper .course-level {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  margin: -5px 10px 0 0 !important;
}
.community-course-details
  .course-level-award-wrapper
  .course-level-award-subtitle
  h5 {
  margin-bottom: 5px;
}
.community-course-details .community-course-fees {
  font-size: 1.25rem;
  color: #2dbabc;
}
.community-course-details .mobile-course-details-image {
  position: relative;
  margin-top: 20px;
}
.community-course-details .mobile-course-details-image .mobile-course-buttons {
  background-color: #2dbabc;
  padding: 10px 0;
  position: relative;
  bottom: 25px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 575px) {
  .community-course-details
    .mobile-course-details-image
    .mobile-course-buttons
    a.btn {
    min-width: 140px;
    font-size: 0.75rem;
  }
}
.course-details {
  padding: 1.5rem 1.5rem 2rem;
}
.course-details .course-details-panel-content1-wrapper {
  padding: 1rem 1rem 1rem;
  -moz-border-radius: 25px 10px/10px 25px;
  border-radius: 25px 10px/10px 25px;
}
.course-details .course-details-panel-content2 {
  padding: 1rem 1rem 2rem;
}
.course-details h2.course-title {
  margin-bottom: 0.55rem;
  line-height: 1.65rem;
}
.course-details .course-sub-title {
  font-size: 1.1rem;
  font-weight: 600;
}
.course-details .course-detail-code {
  font-size: 1.1rem;
}
.course-details
  .course-details-highlights-wrapper
  .course-detail-highlights-item
  .col-2 {
  padding-right: 12px;
}
.course-details
  .course-details-highlights-wrapper
  .course-detail-highlights-item
  .col-2
  img {
  max-width: 24px;
}
.course-details
  .course-details-highlights-wrapper
  .course-detail-highlights-item
  p {
  font-weight: 900;
  line-height: 1.3rem;
}
.course-details p.course-detail-code {
  margin-bottom: 0.5rem;
  text-align: center;
}
.course-details a.btn {
  text-align: center;
}
.course-details .interested-and-lets-talk {
  position: relative;
}
.course-details .interested-and-lets-talk .title {
  font-size: 2.2rem;
  font: "rollerscript-smooth", sans-serif;
}
.course-details .interested-and-lets-talk .title img {
  display: inline-block;
  margin-top: -2.5rem;
  width: 80px;
}
@media (max-width: 767px) {
  .course-details .interested-and-lets-talk .title img {
    display: none !important;
  }
}
.course-details .interested-and-lets-talk .contact-content1 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
}
@media (max-width: 575px) {
  .course-details .interested-and-lets-talk .title {
    padding-bottom: 1rem;
    line-height: 2rem;
  }
  .course-details .interested-and-lets-talk .contact-content1 {
    padding: 0 0 1rem;
  }
}
.course-details .interested-and-lets-talk .contact-content2 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0 0 2rem;
}
.course-details .share-social-icons {
  margin: 0 0 1rem;
}
.course-detail-start-end-dates {
  margin-top: 0;
  text-align: center;
  width: 70px;
}
.course-detail-start-end-dates .top-title,
.course-detail-start-end-dates .bottom-title {
  display: block;
  background-color: #284162;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
.course-detail-start-end-dates .date-content-wrapper {
  position: relative;
  width: 70px;
  height: 69px;
}
.course-detail-start-end-dates .date-content-wrapper img.course-calendar-image {
  margin-top: -5px;
}
.course-detail-start-end-dates .date-content-wrapper .month {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 0.85rem;
  color: #2dbabc;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 18px;
  margin: 0 auto;
}
.course-detail-start-end-dates .date-content-wrapper .day {
  font-size: 1.15rem;
  font-weight: 600;
  color: #284162;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 32px;
  margin: 0 auto;
}
.share-social-icons {
  margin: 1.7rem 0 1rem;
  text-align: center;
}
.share-social-icons .btn {
  min-width: unset;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 15px 0 0;
}
.share-social-icons .btn img {
  max-width: 30px;
  margin: auto;
}
.share-social-icons .btn:hover {
  border-radius: 30px !important;
  background: #ffa630;
}
.share-social-icons img {
  max-width: 50px;
}
.course-detail-sticky-header {
  display: none;
  cursor: default;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 4px solid #f2f2f2;
}
.course-detail-sticky-header .top-content {
  padding: 1.2rem 1rem 0.5rem;
}
.course-detail-sticky-header .top-content .subject-image img {
  width: 35px;
  max-width: 35px;
  max-height: 35px;
}
.course-detail-sticky-header .top-content .btn {
  line-height: 0.9rem;
  min-width: 130px;
  padding: 12px 15px;
  font-size: 0.9rem;
}
.course-detail-sticky-header .top-content p.transparent-text {
  color: rgba(40, 65, 98, 0.8) !important;
}
.course-detail-sticky-header
  .top-content
  .btn.share-social-icons-course-detail {
  min-width: unset;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 10px 0 0;
}
.course-detail-sticky-header
  .top-content
  .btn.share-social-icons-course-detail
  img {
  max-width: 24px;
}
.course-detail-sticky-header .top-content .btn.backtotop {
  min-width: unset;
}
.course-detail-sticky-header .top-content .btn.backtotop img {
  max-width: 20px;
}
.course-details-cms .course-detail-reviews .owl-prev {
  left: -7%;
}
.course-details-cms .course-detail-reviews .owl-next {
  right: -7%;
}
.alw-form-steps-wrapper .steps-wrapper {
  margin: 20px 0 10px;
}
.alw-form-steps-wrapper .steps-wrapper .step:first-child {
  margin-left: 0;
}
.alw-form-steps-wrapper .steps-wrapper .step {
  display: inline-block;
  width: 110px;
  vertical-align: top;
  margin-left: -5px;
  margin-bottom: 15px;
}
.alw-form-steps-wrapper .steps-wrapper .step h2 {
  font-size: 0.95rem;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
}
.alw-form-steps-wrapper .steps-wrapper .step.current h2 {
  background: #ffa630;
  color: #fff;
}
.alw-form-steps-wrapper .steps-wrapper .step.previous h2 {
  background: #2dbabc;
  color: #fff;
}
.alw-form-steps-wrapper .steps-wrapper .step h3 {
  font-size: 0.8rem;
  color: #58585a;
  padding: 0 10px;
  margin-top: 0;
}
.alw-form-steps-wrapper .steps-wrapper .step.current h2:before,
.alw-form-steps-wrapper .steps-wrapper .step.previous h2:before {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 9;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 24px solid #fff;
}
.alw-form-steps-wrapper .steps-wrapper .step.current h2:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffa630;
}
.alw-form-steps-wrapper .steps-wrapper .step.previous h2:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2dbabc;
}
.alw-form-steps-wrapper .steps-wrapper .step.next h2 {
  border-right: 2px solid #2dbabc;
}
.alw-form-steps-wrapper .steps-wrapper .step.current.next h2 {
  border-right: none;
}
.alw-form-steps-wrapper #UnemploymentStatus,
.alw-form-steps-wrapper #ShortTermUnemploymentNotes,
.alw-form-steps-wrapper #LongTermUnemploymentNotes {
  display: none;
}
.relatedDisabilityRow {
  width: 100%;
}
.relatedDisabilityRow .form-control {
  display: inline-block;
  width: 80%;
}
.relatedDisabilityRow .btnDisabilityRemove {
  margin: 0 0 0 25px;
  padding: 0 0 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  cursor: pointer;
  background: url("/areas/admin/images/remove.png") 0 0 no-repeat;
}
.feesConcessionContentRow {
  width: 100%;
}
.feesConcessionContentRow .form-control {
  display: inline-block;
  width: 93%;
}
.feesConcessionContentRow .btnFeesConcessionRemove {
  margin: 0 0 0 25px;
  padding: 0 0 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  cursor: pointer;
  background: url("/areas/admin/images/remove.png") 0 0 no-repeat;
}
.account-page #mobile-banner {
  display: none !important;
}
.account-page .page-title {
  margin-top: 1.5em;
}
.account-page .page-title h2,
.account-page .page-title h3 {
  display: inline-block;
  font-size: 1.3rem;
}
.account-page .page-title .page-title-image {
  padding: 0 0.8em;
  display: inline-block;
}
.account-page .page-title .page-title-image img {
  max-height: 30px;
  max-width: 80px;
  margin-top: -15px;
}
.account-page .bg-account-settings {
  padding: 2rem 1rem 1rem !important;
  background: #f2f2f2 !important;
}
.account-page .account-settings-wrapper .account-settings {
  padding: 0 0 2.5em;
}
.account-page .account-settings-wrapper .account-settings a {
  text-decoration: none;
}
.account-page
  .account-settings-wrapper
  .account-settings
  .account-settings-item {
  padding: 1.3em 0 1em;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 1em;
}
.account-page
  .account-settings-wrapper
  .account-settings
  .account-settings-item
  .image-wrapper {
  height: 110px;
  padding-bottom: 0.4em;
}
.account-page
  .account-settings-wrapper
  .account-settings
  .account-settings-item
  .image-wrapper
  img {
  max-height: 90px;
  height: 110px;
}
.account-page
  .account-settings-wrapper
  .account-settings
  .account-settings-item
  .title {
  color: #284162;
  font-family: "FSMe", sans-serif;
}
@media (max-width: 575px) {
  .account-page .account-settings-wrapper .account-settings .row .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .account-page
    .account-settings-wrapper
    .account-settings
    .account-settings-item {
    padding: 0.3em 0 0.5em;
  }
  .account-page
    .account-settings-wrapper
    .account-settings
    .account-settings-item
    .image-wrapper {
    height: 85px;
    padding-bottom: 0.4em;
  }
  .account-page
    .account-settings-wrapper
    .account-settings
    .account-settings-item
    .image-wrapper
    img {
    max-width: 75px;
    max-height: 75px;
  }
  .account-page
    .account-settings-wrapper
    .account-settings
    .account-settings-item
    .image-wrapper
    img.account-logo {
    max-width: 50px;
  }
  .account-page
    .account-settings-wrapper
    .account-settings
    .account-settings-item
    .title {
    font-size: 0.73rem;
    line-height: 1.1rem;
  }
}
.account-page .personal-details .alw-panel-wrapper {
  padding: 0.8rem;
}
.account-page .personal-details .alw-panel {
  padding: 2rem 0 1rem !important;
}
.account-page .personal-details h3 {
  margin-bottom: 1.2em;
}
.account-page .course-list {
  padding: 0;
}
.account-page .current-courses-wrapper {
  background: #f2f2f2 !important;
  border-radius: 25px;
  padding: 1.6em;
  margin: 0 0 2em;
  color: #284162;
}
.account-page .current-courses #coursesCarouselSlider .carousel-indicators {
  bottom: -17px;
}
.account-page .current-courses #coursesCarouselSlider .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #888;
}
.account-page
  .current-courses
  #coursesCarouselSlider
  .carousel-indicators
  .active {
  opacity: 1;
  background-color: #888;
}
.account-page .current-courses #coursesCarouselSlider .carousel-control-next {
  align-items: flex-end;
  right: 30%;
  bottom: -10px;
  z-index: 16;
}
.account-page .current-courses .course-item {
  color: #284162;
  margin-bottom: 0;
}
.account-page .current-courses .course-item .course-title {
  font-size: 1.5em;
  font-family: "FSMe", sans-serif;
}
.account-page .current-courses .course-item a {
  text-decoration: none;
}
.account-page .current-courses .course-item .image-wrapper {
  margin-bottom: 0.8rem;
  position: relative;
}
.account-page .current-courses .course-item .list-item-wrapper {
  color: #284162;
}
.account-page .current-courses .course-item .list-item-wrapper .list-item {
  padding-bottom: 1em;
}
.account-page
  .current-courses
  .course-item
  .list-item-wrapper
  .list-item
  .col-2 {
  padding-right: 12px;
}
.account-page
  .current-courses
  .course-item
  .list-item-wrapper
  .list-item
  .col-2
  img {
  max-height: 60px;
}
.account-page .current-courses .course-item .list-item-wrapper .list-item p {
  line-height: 1.3rem;
}
.account-page
  .current-courses
  .course-item
  .list-item-wrapper
  .list-item
  p
  span {
  font-family: "FSMe-Bold", sans-serif;
}
.account-page .current-courses .course-item .course-item-content-wrapper {
  position: relative;
  height: auto;
  overflow: auto;
}
.account-page .current-courses .course-item .course-item-content {
  padding: 0;
  position: relative;
  left: 0;
}
.account-page .current-courses .course-item .course-item-content p {
  font-size: 0.85rem;
  line-height: 1.3;
  margin-bottom: 0.9rem;
}
.account-page .current-courses .course-item .course-item-content p.summary {
  color: #2dbabc;
}
.account-page .current-courses .course-item .course-item-content p.highlights {
  color: #888;
}
.account-page .current-courses .course-item .course-date {
  border: 1px solid #888;
  background-color: #fff;
  padding: 0.6rem 0.25rem 0.5rem;
}
.account-page .previous-courses .course-item .course-item-content-wrapper {
  padding: 0.6rem;
  overflow: auto;
  display: block;
  border: 1px solid #f2f2f2;
  height: 180px;
}
.account-page
  .previous-courses
  .course-item
  .course-item-content-wrapper
  .course-item-content {
  padding: 0.5rem 0.6rem;
}
.account-page
  .previous-courses
  .course-item
  .course-item-content-wrapper
  .title,
.account-page
  .previous-courses
  .course-item
  .course-item-content-wrapper
  .course-date
  .month,
.account-page
  .previous-courses
  .course-item
  .course-item-content-wrapper
  .course-date
  .day,
.account-page
  .previous-courses
  .course-item
  .course-item-content-wrapper
  p.summary {
  color: #888;
}
.account-page .upcoming-courses .course-date {
  border: 1px solid #bbb;
  padding: 0.6rem 0.25rem 0.5rem;
}
.account-page .bill-payment-history .course-item .course-item-content-wrapper,
.account-page
  .bill-adjustment-payment-history
  .course-item
  .course-item-content-wrapper {
  padding: 0.6rem;
  overflow: auto;
  display: block;
  border: 1px solid #f2f2f2;
  height: 210px;
}
.account-page
  .bill-payment-history
  .course-item
  .course-item-content-wrapper
  .course-item-content,
.account-page
  .bill-adjustment-payment-history
  .course-item
  .course-item-content-wrapper
  .course-item-content {
  padding: 0.5rem 0.6rem;
}
.account-page
  .bill-payment-history
  .course-item
  .course-item-content-wrapper
  .title,
.account-page
  .bill-payment-history
  .course-item
  .course-item-content-wrapper
  .course-date
  .month,
.account-page
  .bill-payment-history
  .course-item
  .course-item-content-wrapper
  .course-date
  .day,
.account-page
  .bill-payment-history
  .course-item
  .course-item-content-wrapper
  p.summary,
.account-page
  .bill-adjustment-payment-history
  .course-item
  .course-item-content-wrapper
  .title,
.account-page
  .bill-adjustment-payment-history
  .course-item
  .course-item-content-wrapper
  .course-date
  .month,
.account-page
  .bill-adjustment-payment-history
  .course-item
  .course-item-content-wrapper
  .course-date
  .day,
.account-page
  .bill-adjustment-payment-history
  .course-item
  .course-item-content-wrapper
  p.summary {
  color: bluestone;
}
.account-page
  .bill-payment-history
  .course-item
  .course-item-content-wrapper
  .course-date,
.account-page
  .bill-adjustment-payment-history
  .course-item
  .course-item-content-wrapper
  .course-date {
  border: 1px solid #f2f2f2;
  padding: 0.6rem 0.25rem 0.5rem;
}
.account-page .bill-payment-history .course-item .course-item-content-wrapper {
  height: 280px !important;
}
.account-page .membership-details-panel {
  background: #f2f2f2 !important;
  border-radius: 25px;
  padding: 1.6em;
  margin: 0 0 2em;
  color: #284162;
}
.account-page .membership-details-panel .list-item-wrapper {
  color: #284162;
}
.account-page .membership-details-panel .list-item-wrapper .list-item {
  padding-bottom: 1em;
}
.account-page .membership-details-panel .list-item-wrapper .list-item .col-2 {
  padding-right: 12px;
}
.account-page
  .membership-details-panel
  .list-item-wrapper
  .list-item
  .col-2
  img {
  max-height: 60px;
}
.account-page .membership-details-panel .list-item-wrapper .list-item p {
  color: #888;
  line-height: 1.3rem;
}
.account-page .membership-details-panel .list-item-wrapper .list-item p span {
  font-family: "FSMe-Bold", sans-serif;
  color: #284162;
}
@media (max-width: 991px) {
  .account-page .membership-details-panel.first-panel {
    margin-top: 8em;
  }
  .account-page
    .membership-details-panel.first-panel
    img.membership-details-panel-image {
    margin-top: -8em;
    width: 85%;
  }
}
@media (max-width: 575px) {
  .account-page .membership-details-panel.first-panel {
    margin-top: 5em;
  }
  .account-page
    .membership-details-panel.first-panel
    img.membership-details-panel-image {
    margin-top: -5em;
  }
}
.details-overview-panel {
  margin-bottom: 4rem;
}
.details-overview-panel h6 {
  margin-bottom: 1.25rem;
}
.details-overview-panel .fixed-width {
  width: 280px;
}
.details-overview-panel .list-item {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2dbabc;
  margin-bottom: 0.4rem;
}
.details-overview-panel .list-item a {
  text-decoration: none;
}
.details-overview-panel .list-item-highlight {
  font-size: 1.15rem;
  font-family: "FSMe", sans-serif;
}
.details-overview-panel .list-item-highlight a {
  color: #ffa630;
  text-decoration: none;
}
.membership-payment input[type="radio"] {
  display: none !important;
}
.membership-payment input[type="radio"] + label:before {
  border-radius: unset !important;
}
.clickToRemoveBtn {
  margin: 0 0 0 25px;
  padding: 0 0 0 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  cursor: pointer;
  background: url("/areas/admin/images/remove.png") 0 0 no-repeat;
}
.warning-content {
  margin: 0;
  display: block;
  padding: 0.6em 1em;
  color: #fff !important;
  margin-bottom: 1rem;
  font-size: 1rem;
  background: #ff3737;
  width: 100%;
}
.warning-content.orange {
  background: #ffa630 !important;
}
.account-course-enrolment-history-details {
  padding: 1.5rem 1.5rem 2rem;
}
.account-course-enrolment-history-details
  .course-details-panel-content1-wrapper {
  padding: 1.5rem 1.7rem 1rem;
  -moz-border-radius: 25px 10px/10px 25px;
  border-radius: 25px 10px/10px 25px;
}
.account-course-enrolment-history-details .course-details-panel-content2 {
  font-weight: 400;
  margin-top: -10px;
  padding: 2.5rem 1.7rem 2rem;
  border: 1px solid #c2c2c2;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.account-course-enrolment-history-details h2.course-title {
  font-size: 1.9rem;
  margin-bottom: 0.2rem;
  line-height: 2.2rem;
}
.account-course-enrolment-history-details .course-sub-title {
  font-size: 1.1rem;
  margin-bottom: 0;
  font-weight: 600;
}
.account-course-enrolment-history-details
  .course-details-highlights-wrapper
  .course-detail-highlights-item
  .col-2 {
  padding-right: 12px;
}
.account-course-enrolment-history-details
  .course-details-highlights-wrapper
  .course-detail-highlights-item
  .col-2
  img {
  max-width: 24px;
}
.account-course-enrolment-history-details
  .course-details-highlights-wrapper
  .course-detail-highlights-item
  p {
  font-weight: 900;
  line-height: 1.3rem;
}
.account-course-enrolment-history-details p.course-detail-code {
  margin-bottom: 0.5rem;
  text-align: center;
}
.account-course-enrolment-history-details
  .table-enrol-course-units
  .table-title {
  font-size: 1.1rem;
  color: #436f7c;
  padding: 0.35rem 0.95rem;
  margin-bottom: 0.6rem;
  background-color: #edeeed;
}
.account-course-enrolment-history-details
  .table-enrol-course-units
  .table-title
  .btn {
  color: #436f7c !important;
  width: 100%;
  text-align: left;
  padding: 0;
}
.account-course-enrolment-history-details .table-enrol-course-units .table td {
  font-size: 1.1rem;
  color: #436f7c;
  line-height: 1.55rem;
  padding: 0.35rem 0.95rem;
  border-top: none;
}
.account-course-enrolment-history-details .table-enrol-course-units .table th {
  font-size: 1.1rem;
  color: #436f7c;
  padding: 0.35rem 0.95rem;
  border-top: none;
  border-bottom: none;
  background-color: #edeeed;
}
.account-course-enrolment-history-details
  .table-enrol-course-units
  .table
  .table-header-spacer
  th {
  padding: 0;
  background-color: transparent;
  line-height: 0.6rem;
}
.account-course-enrolment-history-details
  .table-enrol-course-units
  .table-title {
  position: relative;
}
.account-course-enrolment-history-details
  .table-enrol-course-units
  .table-title-link:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #2dbabc;
  display: block;
  pointer-events: none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0.5em;
  font-size: 25px;
  z-index: 2;
}
.account-course-enrolment-history-details
  .table-enrol-course-units
  .table-title-link[aria-expanded="true"]:before {
  content: "";
  color: #2dbabc;
}
.account-course-enrolment-history-details button.download-certificate {
  border: none !important;
  outline: none !important;
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  color: #284162;
}
.account-course-enrolment-history-details button.download-certificate:focus {
  border: none !important;
  outline: none !important;
}
.contact_enquiry_area_content {
  display: none;
}
.looking-for-area-dropdown .form-control {
  background: #2dbabc;
  border-radius: 8px;
  color: #fff;
  border: none;
  height: 38px;
}
.looking-for-area-dropdown .form-control option {
  background: #fff !important;
  color: #888 !important;
}
.looking-for-area-dropdown .select-wrapper:before {
  color: #fff;
}
.contact-card .card {
  border: 0;
  border-radius: 0;
  font-family: "FSMe", sans-serif;
  font-size: 1.02rem;
  padding: 1.8rem 1.3rem 3rem;
}
.contact-card .card b {
  font-family: "FSMe-Bold", sans-serif;
}
.contact-card .card .title {
  margin-bottom: 1rem;
}
.contact-card .card p {
  margin-bottom: 0.7rem;
}
#arrowlistmenu {
  margin: 0;
  height: auto;
  list-style: none;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0 0 15px;
  font-weight: 400;
}
#arrowlistmenu a {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
  min-height: 40px;
  padding: 13px 20px;
  position: relative;
  display: block;
}
#arrowlistmenu ul {
  list-style: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100%;
  font-weight: 400;
}
#arrowlistmenu ul li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #2dbabc;
  list-style-type: none;
}
#arrowlistmenu ul li a {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  background-color: #fff;
  color: #888;
}
#arrowlistmenu .menuheader {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #888;
  border-bottom: 1px solid #2dbabc;
  font-weight: 400;
}
#arrowlistmenu .menuheader:hover {
  background: #ffa630;
  color: #fff;
  font-weight: 600;
}
#arrowlistmenu .menuheader.selected {
  background: #ffa630;
  color: #fff;
  font-weight: 600;
}
#arrowlistmenu .menuheader.expandable.selected {
  background: #ffa630;
  color: #fff;
  font-weight: 600;
}
#arrowlistmenu .menuheader.expandable:before {
  font-family: FontAwesome;
  content: "";
  float: right;
  font-weight: 400;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 0.5em;
  font-size: 25px;
}
#arrowlistmenu .menuheader.expandable.selected:before {
  font-family: FontAwesome;
  content: "";
  float: right;
  font-weight: 400;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#arrowlistmenu .categoryitems a {
  padding-left: 35px;
}
#arrowlistmenu .categoryitems a:hover,
#arrowlistmenu .categoryitems a.selected {
  color: #ffa630;
  font-weight: 600;
}
#arrowlistmenu .categoryitems a:hover:before,
#arrowlistmenu .categoryitems a.selected:before {
  background: #ffa630;
}
.courses-sidebar-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.courses-sidebar-container h2 {
  margin-top: 0;
}
.courses-sidebar-container .btn.btn-teal {
  text-align: left;
}
.breadcrumb-text {
  color: #888;
  padding: 0;
}
.breadcrumb-text a {
  color: #888;
}
.breadcrumb-text i {
  padding: 0 0.4rem;
}
.mandatory {
  font-size: 0.8em;
  color: #2dbabc;
}
.teal hr {
  border-top: 1px solid #2dbabc !important;
}
.ui-timepicker-table td a {
  width: auto !important;
}
.search-results .vertical-divider-wrapper > .vertical-divider {
  border-left: 2px solid #2dbabc;
  padding-left: 2em;
}
.search-results ul {
  padding-left: 0;
}
.search-results ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsletter-container {
  padding: 0 15px;
}
.validation-summary-errors {
  margin: 0 0 1em 0;
  display: block;
  padding: 0.6em 1em 0.2em;
  color: #fff !important;
  font-size: 0.95em;
  background: #ff3737;
  width: 100%;
}
.validation-summary-errors a {
  color: #fff !important;
}
.validation-summary-errors ul {
  list-style: none;
  -webkit-padding-start: 14px;
}
.validation-summary-errors ul li {
  color: #fff !important;
  font-size: 1.1em;
  list-style-type: none;
}
.validation-summary-warnings {
  margin: 0 0 1em 0;
  display: block;
  padding: 0.6em 1em 0.2em;
  color: #fff !important;
  font-size: 0.95em;
  background: #284162;
  width: 100%;
}
.validation-summary-warnings a {
  color: #fff !important;
}
.validation-summary-warnings ul {
  list-style: none;
  -webkit-padding-start: 14px;
}
.validation-summary-warnings ul li {
  color: #fff !important;
  font-size: 1.1em;
  list-style-type: none;
}
.help-block {
  font-size: 0.95em;
  color: #ff3737;
}
.statement-block {
  font-size: 0.85rem;
  font-weight: 600;
  color: #284162;
  padding: 0.5rem 0.6rem;
  background: rgba(45, 186, 188, 0.15);
  line-height: 1.4rem;
  margin: 0.5rem 0;
  border-radius: 10px;
}
.staff-account-alerts {
  margin: 0 0 1em 0;
  display: block;
  padding: 0.6em 1em 0.2em;
  color: #fff !important;
  font-size: 0.95em;
  background: #284162;
  width: 100%;
}
.staff-account-alerts a {
  color: #fff !important;
}
table th,
table td {
  font-size: 0.9em;
}
table th {
  vertical-align: top !important;
}
table td {
  vertical-align: middle !important;
  font-size: 0.9em;
}
a,
a:hover,
a:focus,
a:active {
  color: #2dbabc;
}
.pagination-container {
  text-align: right;
}
.pagination-container ul.pagination li a,
.pagination-container ul.pagination li a:focus,
.pagination-container ul.pagination li a:active,
.pagination-container ul.pagination li a:visited {
  color: #2dbabc;
  font-weight: 700;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  text-decoration: none;
}
.pagination-container ul.pagination li a:hover:not(.selected) {
  background: #f9f9f9;
}
.pagination-container ul.pagination li a.selected {
  color: #fff;
  background: #2dbabc;
}
.pagination {
  display: block;
  text-align: right;
  margin: 0;
}
.pagination a,
.pagination span.current {
  margin: 0 0 0 0.4em;
  padding: 0.4em 1em;
  font-size: 0.8em;
  background: none repeat scroll 0 0 rgba(144, 144, 144, 0.075);
  color: #666;
  border-radius: 0;
  border: 1px solid rgba(144, 144, 144, 0.25);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.pagination span.current {
  background-color: #2dbabc;
  border: 1px solid rgba(144, 144, 144, 0.25);
  color: #fff;
}
.pagination a:hover {
  background: none repeat scroll 0 0 rgba(144, 144, 144, 0.2);
  color: #333;
  text-decoration: none;
}
.scroll_anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}
.youtube-video {
  margin: 0.5em 0 0.5em;
}
.youtube-video iframe {
  margin: 2em 0 0;
  width: 100%;
  height: 230px;
}
.youtube-video2 iframe {
  margin: 2em 0 0;
  width: 100%;
  height: 380px;
}
#VideoPopup {
  width: 75%;
  margin: 0 auto;
}
#VideoPopup iframe {
  width: 100%;
  margin: 0 auto;
}
.cookie-popup {
  position: relative;
  display: block;
}
.cookie-popup .cookie-popup-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  margin-right: -50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  background: #fff;
  z-index: 10010;
}
.cookie-popup .cookie-notice-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cookie-popup .cookie-notice-content {
  text-align: left;
  position: relative;
  padding: 4rem 1.3rem 1.2rem;
  font-weight: 600;
  z-index: 2;
  line-height: 1.2rem;
  min-width: 300px;
  min-height: 500px;
  max-width: 575px;
  max-height: 640px;
  width: 320px;
  height: 640px;
}
.cookie-popup .cookie-notice-content img {
  max-width: 58px;
  position: absolute;
  top: 12px;
  right: 15px;
}
.cookie-popup .cookie-notice-content h3 {
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
}
.cookie-popup .cookie-notice-content h6 {
  margin-bottom: 1rem;
}
.cookie-popup .cookie-notice-content .content {
  color: #4b4a4b;
  font-size: 0.8rem;
  padding-bottom: 0.6rem;
  font-weight: 700;
}
.cookie-popup .cookie-notice-content a.btn {
  position: relative;
  background: url("/wp-content/uploads/2024/01/cookie-popup-btn-mobile.svg")
    no-repeat !important;
  width: 100%;
  margin: 0.5rem 0 0.6rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.25rem;
}
.cookie-popup .cookie-notice-content .popup-privacy-links a {
  display: block;
  line-height: 1.2rem;
  font-size: 0.85rem;
}
.cookie-popup .cookie-notice-content a {
  color: #2dbabc;
}
.cookie-popup.hidden {
  display: none;
}
.cookie-notice {
  background-color: #2dbabc;
  padding-top: 30px;
  position: relative;
  padding-bottom: 15px;
  display: block;
  text-decoration: none;
  width: 100%;
  font-weight: 400;
  height: auto;
  bottom: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 30000000;
}
.cookie-notice span:hover {
  text-decoration: underline;
}
.cookie-notice p {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.cookie-notice a {
  color: #fff;
}
.cookie-notice:hover,
.cookie-notice > * {
  text-decoration: none;
}
.cookie-notice-close-btn {
  margin: 0;
  position: absolute;
  top: 20%;
  transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  right: 15px;
}
.cookie-notice-close-btn:hover {
  cursor: pointer;
}
.cookie-notice.hidden {
  display: none;
}
.content-loading {
  min-height: 120px;
  padding: 20px 0;
  text-align: center;
}
.content-loading img {
  max-height: 150px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #2dbabc !important;
  background: #2dbabc !important;
  font-weight: normal;
  color: #fff;
}
.new-pad {
  padding: 0 20px 0 10px !important;
}
.btn-search .fa-search:before,
.community .fa-search:before {
  content: "\f002";
}

.backtotop .fa-angle-up:before {
  content: "\f106";
}
